sim/mips/cp1.c: Include <stdlib.h> for abort() declaration
sim/mips/ChangeLog: * cp1.c: Include <stdlib.h>
This commit is contained in:
parent
f22318ef0d
commit
ad9675dd80
@ -1,3 +1,7 @@
|
||||
2020-12-14 Pavel I. Kryukov <kryukov@frtk.ru> (tiny change)
|
||||
|
||||
* cp1.c: Include <stdlib.h>.
|
||||
|
||||
2020-07-29 Simon Marchi <simon.marchi@efficios.com>
|
||||
|
||||
* configure: Re-generate.
|
||||
|
||||
@ -42,6 +42,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "sim-main.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* Within cp1.c we refer to sim_cpu directly. */
|
||||
#define CPU cpu
|
||||
#define SD CPU_STATE(cpu)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user