sim/mips/cp1.c: Include <stdlib.h> for abort() declaration

sim/mips/ChangeLog:

	* cp1.c: Include <stdlib.h>
This commit is contained in:
Pavel I. Kryukov 2020-12-14 07:02:05 +04:00 committed by Joel Brobecker
parent f22318ef0d
commit ad9675dd80
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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)