From 11cf87416416e13eff634a70b4954fe6a3912720 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 9 Nov 1999 01:23:30 +0000 Subject: import gdb-1999-11-08 snapshot --- gdb/d30v-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/d30v-tdep.c') diff --git a/gdb/d30v-tdep.c b/gdb/d30v-tdep.c index d66fefbbe..00e0c02 100644 --- a/gdb/d30v-tdep.c +++ b/gdb/d30v-tdep.c @@ -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; -- cgit v1.1