use _filtered routines for printing so symbolic addresses show up in the right place
[deliverable/binutils-gdb.git] / gdb / mips-pinsn.c
index 993541f2557d666c60d5474ffaabdc3979d470cf..ca0e825dfea549a0fe8dcfb9340135ac1fa7d46a 100644 (file)
@@ -79,6 +79,10 @@ print_insn_arg (d, l, stream, pc)
       fprintf (stream, "0x%x", ((struct op_r_fmt *) l)->shamt);
       break;
 
+    case 'B':
+      fprintf (stream, "0x%x", ((struct op_brk_fmt *) l)->code);
+      break;
+
     case 'S':
       fprintf (stream, "$f%d", ((struct fop_r_fmt *) l)->fs);
       break;
This page took 0.023047 seconds and 4 git commands to generate.