diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-09 01:23:30 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-09 01:23:30 +0000 |
commit | 4f8354a4b24fa3b22f09bd72c192edfe11d0b9c9 (patch) | |
tree | 4deb02d0a6d263144918286d6c85f13ad424f77f /gdb/d10v-tdep.c | |
parent | d3d25b47f514232bc58078371111b1c446149f8a (diff) | |
download | gdb-4f8354a4b24fa3b22f09bd72c192edfe11d0b9c9.tar.gz |
import gdb-1999-11-08 snapshot
Diffstat (limited to 'gdb/d10v-tdep.c')
-rw-r--r-- | gdb/d10v-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index fa8b080e84d..aecbea5edc5 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -1312,7 +1312,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; |