aboutsummaryrefslogtreecommitdiff
path: root/gdb/ns32k-opcode.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-24 13:46:54 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-24 13:46:54 +0000
commit614541045ca5b42101717b7f3f2fd8deb7684661 (patch)
tree70c72ef8a18a2043f65351188ebb897f80e59b06 /gdb/ns32k-opcode.h
parentccef841ce19453331a8f2b7ab71c263504b73c45 (diff)
downloadgdb-614541045ca5b42101717b7f3f2fd8deb7684661.zip
gdb-614541045ca5b42101717b7f3f2fd8deb7684661.tar.gz
gdb-614541045ca5b42101717b7f3f2fd8deb7684661.tar.bz2
Another bugfix (NS32K_SVC_IMMED_OPERANDS) from Rune Nerg}rd.
Diffstat (limited to 'gdb/ns32k-opcode.h')
-rw-r--r--gdb/ns32k-opcode.h2
1 files changed, 1 insertions, 1 deletions
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 */