mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Replace calls to abort() with calls to internal_error().
This commit is contained in:
@ -679,14 +679,14 @@ void
|
||||
set_sigio_trap (void)
|
||||
{
|
||||
if (target_activity_function)
|
||||
abort ();
|
||||
internal_error (__FILE__, __LINE__, "failed internal consistency check");
|
||||
}
|
||||
|
||||
void
|
||||
clear_sigio_trap (void)
|
||||
{
|
||||
if (target_activity_function)
|
||||
abort ();
|
||||
internal_error (__FILE__, __LINE__, "failed internal consistency check");
|
||||
}
|
||||
#endif /* No SIGIO. */
|
||||
|
||||
|
Reference in New Issue
Block a user