diff options
Diffstat (limited to 'opcodes/epiphany-dis.c')
-rw-r--r-- | opcodes/epiphany-dis.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/epiphany-dis.c b/opcodes/epiphany-dis.c index c8c2d8d..d4ad501 100644 --- a/opcodes/epiphany-dis.c +++ b/opcodes/epiphany-dis.c @@ -275,9 +275,10 @@ epiphany_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 (); } } |