* v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
authorJeff Law <law@redhat.com>
Fri, 23 Aug 1996 17:09:28 +0000 (17:09 +0000)
committerJeff Law <law@redhat.com>
Fri, 23 Aug 1996 17:09:28 +0000 (17:09 +0000)
        same thinko in "trap" opcode.

opcodes/ChangeLog
opcodes/v850-opc.c

index 4da63185fae95dcd1574aa6509dd5a738ffc1d3c..6c46ffa5fdf9fc3ebdd3af5567c510a9fec30247 100644 (file)
@@ -1,7 +1,8 @@
 start-sanitize-v850
 Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
 
-       * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.
+       * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode.  Fix
+       same thinko in "trap" opcode.
 
        * v850-opc.c (v850_opcodes): Add initializer for size field
        on all opcodes.
index bf533c75fb6538f52b6797280795fd28b235cfe7..a445a67dea2e11ba2daface08b4224e869f98161 100644 (file)
@@ -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 },
This page took 0.03101 seconds and 4 git commands to generate.