Remove i860, i960, bout and aout-adobe targets
[deliverable/binutils-gdb.git] / opcodes / lm32-dis.c
index f5b7654ff6b473a04bca381aece33a2c8a72ac40..90e67c7343d6dd8ca9b218b9b8f8b8ecd21f4c65 100644 (file)
@@ -144,9 +144,10 @@ lm32_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 ();
   }
 }
 
This page took 0.024154 seconds and 4 git commands to generate.