Skip to content

Commit d4a6db3

Browse files
committed
forgot include
1 parent 4b35c57 commit d4a6db3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

linux-user/aarch64/cpu_loop.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
#include "target/arm/cpu-features.h"
2929

3030
//// --- Begin LibAFL code ---
31+
3132
#include "libafl/exit.h"
33+
3234
//// --- End LibAFL code ---
3335

3436
/* AArch64 main loop */

linux-user/arm/cpu_loop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "target/arm/syndrome.h"
3030

3131
//// --- Begin LibAFL code ---
32-
///
32+
3333
#include "libafl/exit.h"
3434

3535
//// --- End LibAFL code ---

linux-user/mips/cpu_loop.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
#include "internal.h"
2727
#include "fpu_helper.h"
2828

29+
//// --- Begin LibAFL code ---
30+
31+
#include "libafl/exit.h"
32+
33+
//// --- End LibAFL code ---
34+
2935
# ifdef TARGET_ABI_MIPSO32
3036
# define MIPS_SYSCALL_NUMBER_UNUSED -1
3137
static const int8_t mips_syscall_args[] = {

0 commit comments

Comments
 (0)