Enable Intel WAITPKG instructions.
[deliverable/binutils-gdb.git] / opcodes / d30v-dis.c
index 63f64fb7920901e1782b5d629c008c0fc41dcbb4..f8783430809057a85abe8ff96391009b83bc6edc 100644 (file)
@@ -225,7 +225,9 @@ print_insn (struct disassemble_info *info,
                  val |= OPERAND_FLAG;
                  break;
                default:
-                 fprintf (stderr, "illegal id (%d)\n", id);
+                 /* xgettext: c-format */
+                 opcodes_error_handler (_("illegal id (%d)"), id);
+                 abort ();
                }
            }
          else if (oper->flags & OPERAND_ACC)
This page took 0.024443 seconds and 4 git commands to generate.