* v850-opc.c (v850_opcodes): Enable "trap".
authorJeff Law <law@redhat.com>
Thu, 22 Aug 1996 23:08:03 +0000 (23:08 +0000)
committerJeff Law <law@redhat.com>
Thu, 22 Aug 1996 23:08:03 +0000 (23:08 +0000)
opcodes/ChangeLog
opcodes/v850-opc.c

index 1cf2e84187a4e2e6479c680039c1aec9d8251c6b..83718dd62eacfccd4ed6f48ca4ad19d5eba959c9 100644 (file)
@@ -1,6 +1,8 @@
 start-sanitize-v850
 Thu Aug 22 01:05:24 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * v850-opc.c (v850_opcodes): Enable "trap".
+
        * v850-opc.c (v850_opcodes): Fix order of displacement
        and register for "set1", "clr1", "not1", and "tst1".
 
index 0bdfd47008553f1546fc0208adac59aa43b90d7e..a424c09db685bed283f7fe77c0fa1783aec10e17 100644 (file)
@@ -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} },
This page took 0.027655 seconds and 4 git commands to generate.