* Fix sanitization
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 09:31:10 +0000 (09:31 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 18 May 1998 09:31:10 +0000 (09:31 +0000)
opcodes/mips-opc.c

index 0356c5d..62f7e8b 100644 (file)
@@ -236,6 +236,9 @@ const struct mips_opcode mips_builtin_opcodes[] = {
 {"bnel",    "s,t,p",   0x54000000, 0xfc000000, CBL|RD_s|RD_t,  I2|T3   },
 {"bnel",    "s,I,p",   0,    (int) M_BNEL_I,   INSN_MACRO,     I2      },
 {"break",   "",                0x0000000d, 0xffffffff, TRAP,           I1      },
+/* start-sanitize-r5900 */
+{"break",   "B",       0x0000000d, 0xfc00003f, TRAP,           T5      },
+/* end-sanitize-r5900 */
 {"break",   "c",       0x0000000d, 0xfc00ffff, TRAP,           I1      },
 {"break",   "c,q",     0x0000000d, 0xfc00003f, TRAP,           I1      },
 {"c.f.d",   "S,T",     0x46200030, 0xffe007ff, RD_S|RD_T|WR_CC|FP_D,   I1      },