X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2For1k-dis.c;h=f54b6b411fb083fbf4f24d3d53b3f94e26db7343;hb=61a9a607b5f515c50c0a13d7e1b6bdf9d20d295e;hp=6e3ef9943c896efe77103b8580efe33c453cedd9;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/or1k-dis.c b/opcodes/or1k-dis.c index 6e3ef9943c..f54b6b411f 100644 --- a/opcodes/or1k-dis.c +++ b/opcodes/or1k-dis.c @@ -138,9 +138,10 @@ or1k_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 (); } }