diff options
Diffstat (limited to 'opcodes/xc16x-dis.c')
-rw-r--r-- | opcodes/xc16x-dis.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/xc16x-dis.c b/opcodes/xc16x-dis.c index 93598af..d634572 100644 --- a/opcodes/xc16x-dis.c +++ b/opcodes/xc16x-dis.c @@ -417,9 +417,10 @@ xc16x_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 (); } } |