RISC-V: Allow instruction require more than one extension
[deliverable/binutils-gdb.git] / opcodes / fr30-asm.c
index 302d4d2b9015bc5cfa2bbd1ed77254388dd68c20..a52a7800c784bb32a9418adb96e08bd4a9a0152a 100644 (file)
@@ -307,7 +307,9 @@ fr30_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 ();
   }
 
This page took 0.024791 seconds and 4 git commands to generate.