forked from Imagelibrary/binutils-gdb
Replace calls to abort() with calls to internal_error().
This commit is contained in:
@@ -471,13 +471,13 @@ send_rdp (char *template,...)
|
||||
*pi = get_byte ();
|
||||
break;
|
||||
default:
|
||||
abort ();
|
||||
internal_error (__FILE__, __LINE__, "failed internal consistency check");
|
||||
}
|
||||
}
|
||||
va_end (alist);
|
||||
|
||||
if (dst != buf)
|
||||
abort ();
|
||||
internal_error (__FILE__, __LINE__, "failed internal consistency check");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user