x86: drop redundant AVX512VL shift templates
[deliverable/binutils-gdb.git] / opcodes / lm32-asm.c
index afc70ff92eb83db052d2d36f02cfc50f9f8b7869..46c1a832d7b471997e0b1194652f6e6045f33632 100644 (file)
@@ -346,7 +346,9 @@ lm32_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.023893 seconds and 4 git commands to generate.