X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Flm32-dis.c;h=90e67c7343d6dd8ca9b218b9b8f8b8ecd21f4c65;hb=a8eb42a8b7d48ff6bd12ac83b0e31967b4f5abf1;hp=f5b7654ff6b473a04bca381aece33a2c8a72ac40;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/lm32-dis.c b/opcodes/lm32-dis.c index f5b7654ff6..90e67c7343 100644 --- a/opcodes/lm32-dis.c +++ b/opcodes/lm32-dis.c @@ -144,9 +144,10 @@ lm32_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 (); } }