From 614541045ca5b42101717b7f3f2fd8deb7684661 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 24 Jul 1991 13:46:54 +0000 Subject: [PATCH] Another bugfix (NS32K_SVC_IMMED_OPERANDS) from Rune Nerg}rd. --- gdb/ns32k-opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h index b6fed0e..c41ff41 100644 --- a/gdb/ns32k-opcode.h +++ b/gdb/ns32k-opcode.h @@ -301,7 +301,7 @@ notstrs[] = { "subpb", 14,24, 0x2c4e, "1B2B" }, { "subpw", 14,24, 0x2d4e, "1W2W" }, { "subpd", 14,24, 0x2f4e, "1D2D" }, -#ifndef NS32K_SVC_IMMED_OPERANDS +#ifdef NS32K_SVC_IMMED_OPERANDS { "svc", 8,8, 0xe2, "2i1i" }, /* not really, but unix uses it */ #else { "svc", 8,8, 0xe2, "" }, /* not really, but unix uses it */ -- 2.7.4