Skip to content

Commit 5feca57

Browse files
committed
forgot include
1 parent d4a6db3 commit 5feca57

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

linux-user/ppc/cpu_loop.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
#include "user/cpu_loop.h"
2525
#include "signal-common.h"
2626

27+
//// --- Begin LibAFL code ---
28+
29+
#include "libafl/exit.h"
30+
31+
//// --- End LibAFL code ---
32+
2733
static inline uint64_t cpu_ppc_get_tb(CPUPPCState *env)
2834
{
2935
return cpu_get_host_ticks();

linux-user/riscv/cpu_loop.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
#include "elf.h"
2727
#include "semihosting/common-semi.h"
2828

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

0 commit comments

Comments
 (0)