sim/rx: delete an unused function
This function is not used. sim/rx/ChangeLog: * err.c (execution_error_exit_all): Delete.
This commit is contained in:
parent
73d4725f21
commit
4b42639636
@ -1,3 +1,7 @@
|
|||||||
|
2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
|
* err.c (execution_error_exit_all): Delete.
|
||||||
|
|
||||||
2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
|
2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* fpu.c (check_exceptions): Make static.
|
* fpu.c (check_exceptions): Make static.
|
||||||
|
@ -60,15 +60,6 @@ execution_error_init_debugger (void)
|
|||||||
ee_overrides ();
|
ee_overrides ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
execution_error_exit_all (void)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; i < SIM_ERR_NUM_ERRORS; i++)
|
|
||||||
ee_actions[i] = SIM_ERRACTION_EXIT;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
execution_error_warn_all (void)
|
execution_error_warn_all (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user