From b4d3d0e5de7834ae49d25bccec11245ef9c3c30e Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sun, 12 Dec 1993 00:05:54 +0000 Subject: [PATCH] * config/sh/sh.h (NOP): Define NOP insn. --- gdb/config/sh/tm-sh.h | 1 + 1 file changed, 1 insertion(+) 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} -- 2.30.2