Skip to content

Commit 92e59e0

Browse files
committed
forgot include
1 parent 94ef85a commit 92e59e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linux-user/aarch64/cpu_loop.c

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
#include "target/arm/syndrome.h"
2828
#include "target/arm/cpu-features.h"
2929

30+
//// --- Begin LibAFL code ---
31+
#include "libafl/exit.h"
32+
//// --- End LibAFL code ---
33+
3034
/* AArch64 main loop */
3135
void cpu_loop(CPUARMState *env)
3236
{

0 commit comments

Comments
 (0)