mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Replace calls to abort() with calls to internal_error().
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user