X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fm32r-dis.c;h=cd3349c2ebe0f3919f7652e52ee0a680964a4d3f;hb=6a8da8866974e139642b4bb41d7c252d509fd2a0;hp=fda33338e9206b172ea2cceab7435352d30db748;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/m32r-dis.c b/opcodes/m32r-dis.c index fda33338e9..cd3349c2eb 100644 --- a/opcodes/m32r-dis.c +++ b/opcodes/m32r-dis.c @@ -276,9 +276,10 @@ m32r_cgen_print_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while printing insn.\n"), - opindex); - abort (); + opcodes_error_handler + (_("internal error: unrecognized field %d while printing insn"), + opindex); + abort (); } }