summaryrefslogtreecommitdiff
path: root/opcodes/epiphany-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/epiphany-asm.c')
-rw-r--r--opcodes/epiphany-asm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/epiphany-asm.c b/opcodes/epiphany-asm.c
index 501ee6d351f..6fa49c0748a 100644
--- a/opcodes/epiphany-asm.c
+++ b/opcodes/epiphany-asm.c
@@ -452,7 +452,9 @@ epiphany_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 ();
}