mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
sim: mn10300: switch abort to sim_engine_abort
This allows the caller to catch engine aborts if they want, and fixes the warning about missing stdlib.h include by not using abort().
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2021-06-14 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* mn10300.igen: Change abort to sim_engine_abort.
|
||||||
|
|
||||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
|
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
|
||||||
|
@ -3624,7 +3624,7 @@
|
|||||||
{
|
{
|
||||||
/* OP_F0FF (); */
|
/* OP_F0FF (); */
|
||||||
PC = cia;
|
PC = cia;
|
||||||
abort ();
|
sim_engine_abort (SD, CPU, cia, "F0FF");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user