import gdb-1999-11-08 snapshot
[deliverable/binutils-gdb.git] / gdb / d30v-tdep.c
index d66fefbbe11508bd5fca43fef84393e1eb1f1a11..00e0c025c9220f68c1437da0ea288788789db018 100644 (file)
@@ -1187,7 +1187,7 @@ print_insn (memaddr, stream)
 {
   /* If there's no disassembler, something is very wrong.  */
   if (tm_print_insn == NULL)
-    abort ();
+    internal_error ("print_insn: no disassembler");
 
   if (TARGET_BYTE_ORDER == BIG_ENDIAN)
     tm_print_insn_info.endian = BFD_ENDIAN_BIG;
This page took 0.034492 seconds and 4 git commands to generate.