diff options
Diffstat (limited to 'opcodes/or1k-asm.c')
-rw-r--r-- | opcodes/or1k-asm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/or1k-asm.c b/opcodes/or1k-asm.c index 46f2fff..3162ff3 100644 --- a/opcodes/or1k-asm.c +++ b/opcodes/or1k-asm.c @@ -500,7 +500,9 @@ or1k_cgen_parse_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while parsing.\n"), opindex); + opcodes_error_handler + (_("internal error: unrecognized field %d while parsing"), + opindex); abort (); } |