diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index 42f7540..e381ae9 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -226,7 +226,7 @@ bug_open (char *args, int from_tty) target_is_m88110 = 1; break; default: - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } } |