x86: drop VecESize
[deliverable/binutils-gdb.git] / opcodes / ip2k-asm.c
index 3a351f1ab865d5a949d4e6b98c3a19fddc0b4593..3b2d1d10a05d087328376acddfe0316e77a5b61a 100644 (file)
@@ -508,7 +508,9 @@ ip2k_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.023169 seconds and 4 git commands to generate.