aboutsummaryrefslogtreecommitdiff
path: root/opcodes/v850-opc.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-08-22 23:08:03 +0000
committerJeff Law <law@redhat.com>1996-08-22 23:08:03 +0000
commit9c201b1fabfdfbf740852350912b04ae8593be10 (patch)
tree0fb8f0d85413e5a13aa2e7db04e01c69d7276978 /opcodes/v850-opc.c
parent04c17a7559b2653f52c4a11c8222b253d699b56f (diff)
downloadgdb-9c201b1fabfdfbf740852350912b04ae8593be10.zip
gdb-9c201b1fabfdfbf740852350912b04ae8593be10.tar.gz
gdb-9c201b1fabfdfbf740852350912b04ae8593be10.tar.bz2
* v850-opc.c (v850_opcodes): Enable "trap".
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r--opcodes/v850-opc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c
index 0bdfd47..a424c09 100644
--- a/opcodes/v850-opc.c
+++ b/opcodes/v850-opc.c
@@ -203,9 +203,7 @@ const struct v850_opcode v850_opcodes[] = {
{ "ei", two(0x87e0,0x0160), two(0xffff,0xffff), {0} },
{ "halt", two(0x07e0,0x0120), two(0xffff,0xffff), {0} },
{ "reti", two(0x07e0,0x0140), two(0xffff,0xffff), {0} },
-#if 0
{ "trap", two(0x07e0,0x0100), two(0xffe0,0xffff), {I5} },
-#endif
{ "ldsr", two(0x07e0,0x0020), two(0x07e0,0xffff), {0} },
{ "stsr", two(0x07e0,0x0040), two(0x07e0,0xffff), {0} },
{ "nop", one(0x00), one(0xff), {0} },