From: Steve Chamberlain Date: Sun, 12 Dec 1993 00:05:54 +0000 (+0000) Subject: * config/sh/sh.h (NOP): Define NOP insn. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4d3d0e5de7834ae49d25bccec11245ef9c3c30e;p=binutils-gdb.git * config/sh/sh.h (NOP): Define NOP insn. --- diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index cff063b5deb..21d7a4a17ec 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -218,3 +218,4 @@ typedef unsigned short INSN_WORD; #define POP_FRAME pop_frame(); +#define NOP {0x20, 0x0b}