Skip to content

Commit 4b35c57

Browse files
committed
forgot include
1 parent 92e59e0 commit 4b35c57

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

linux-user/arm/cpu_loop.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
#include "user/page-protection.h"
2929
#include "target/arm/syndrome.h"
3030

31+
//// --- Begin LibAFL code ---
32+
///
33+
#include "libafl/exit.h"
34+
35+
//// --- End LibAFL code ---
36+
3137
#define get_user_code_u32(x, gaddr, env) \
3238
({ abi_long __r = get_user_u32((x), (gaddr)); \
3339
if (!__r && bswap_code(arm_sctlr_b(env))) { \

linux-user/hexagon/cpu_loop.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
#include "signal-common.h"
2626
#include "internal.h"
2727

28+
//// --- Begin LibAFL code ---
29+
///
30+
#include "libafl/exit.h"
31+
32+
//// --- End LibAFL code ---
33+
2834
void cpu_loop(CPUHexagonState *env)
2935
{
3036
CPUState *cs = env_cpu(env);

0 commit comments

Comments
 (0)