X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=opcodes%2Fd30v-dis.c;h=f8783430809057a85abe8ff96391009b83bc6edc;hb=de89d0a34d52a2d2d28a4ce569e926dd9c7a7d13;hp=63f64fb7920901e1782b5d629c008c0fc41dcbb4;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c index 63f64fb792..f878343080 100644 --- a/opcodes/d30v-dis.c +++ b/opcodes/d30v-dis.c @@ -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)