forgot include
This commit is contained in:
parent
4b35c57b08
commit
d4a6db3260
@ -28,7 +28,9 @@
|
|||||||
#include "target/arm/cpu-features.h"
|
#include "target/arm/cpu-features.h"
|
||||||
|
|
||||||
//// --- Begin LibAFL code ---
|
//// --- Begin LibAFL code ---
|
||||||
|
|
||||||
#include "libafl/exit.h"
|
#include "libafl/exit.h"
|
||||||
|
|
||||||
//// --- End LibAFL code ---
|
//// --- End LibAFL code ---
|
||||||
|
|
||||||
/* AArch64 main loop */
|
/* AArch64 main loop */
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "target/arm/syndrome.h"
|
#include "target/arm/syndrome.h"
|
||||||
|
|
||||||
//// --- Begin LibAFL code ---
|
//// --- Begin LibAFL code ---
|
||||||
///
|
|
||||||
#include "libafl/exit.h"
|
#include "libafl/exit.h"
|
||||||
|
|
||||||
//// --- End LibAFL code ---
|
//// --- End LibAFL code ---
|
||||||
|
@ -26,6 +26,12 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "fpu_helper.h"
|
#include "fpu_helper.h"
|
||||||
|
|
||||||
|
//// --- Begin LibAFL code ---
|
||||||
|
|
||||||
|
#include "libafl/exit.h"
|
||||||
|
|
||||||
|
//// --- End LibAFL code ---
|
||||||
|
|
||||||
# ifdef TARGET_ABI_MIPSO32
|
# ifdef TARGET_ABI_MIPSO32
|
||||||
# define MIPS_SYSCALL_NUMBER_UNUSED -1
|
# define MIPS_SYSCALL_NUMBER_UNUSED -1
|
||||||
static const int8_t mips_syscall_args[] = {
|
static const int8_t mips_syscall_args[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user