diff options
author | Jeff Law <law@redhat.com> | 1996-08-23 17:09:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-23 17:09:28 +0000 |
commit | c262d7d8f4ef36c2461650f777d95a728af5768f (patch) | |
tree | 13f9af6fca25fda54f7daea98c17111b1d00a05e /opcodes/v850-opc.c | |
parent | 85b5201342fd29ae71253cd39d16cc6ddafaad7e (diff) | |
download | gdb-c262d7d8f4ef36c2461650f777d95a728af5768f.zip gdb-c262d7d8f4ef36c2461650f777d95a728af5768f.tar.gz gdb-c262d7d8f4ef36c2461650f777d95a728af5768f.tar.bz2 |
* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
same thinko in "trap" opcode.
Diffstat (limited to 'opcodes/v850-opc.c')
-rw-r--r-- | opcodes/v850-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index bf533c7..a445a67 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -219,7 +219,7 @@ const struct v850_opcode v850_opcodes[] = { { "ei", two(0x87e0,0x0160), two(0xffff,0xffff), {0}, 4 }, { "halt", two(0x07e0,0x0120), two(0xffff,0xffff), {0}, 4 }, { "reti", two(0x07e0,0x0140), two(0xffff,0xffff), {0}, 4 }, -{ "trap", two(0x07e0,0x0100), two(0xffe0,0xffff), I5U, 4 }, +{ "trap", two(0x07e0,0x0100), two(0xffe0,0xffff), {I5U}, 4 }, { "ldsr", two(0x07e0,0x0020), two(0x07e0,0xffff), IF1, 4 }, { "stsr", two(0x07e0,0x0040), two(0x07e0,0xffff), IF1, 4 }, { "nop", one(0x00), one(0xff), {0}, 2 }, |