forgot include
This commit is contained in:
parent
92e59e0587
commit
4b35c57b08
@ -28,6 +28,12 @@
|
||||
#include "user/page-protection.h"
|
||||
#include "target/arm/syndrome.h"
|
||||
|
||||
//// --- Begin LibAFL code ---
|
||||
///
|
||||
#include "libafl/exit.h"
|
||||
|
||||
//// --- End LibAFL code ---
|
||||
|
||||
#define get_user_code_u32(x, gaddr, env) \
|
||||
({ abi_long __r = get_user_u32((x), (gaddr)); \
|
||||
if (!__r && bswap_code(arm_sctlr_b(env))) { \
|
||||
|
@ -25,6 +25,12 @@
|
||||
#include "signal-common.h"
|
||||
#include "internal.h"
|
||||
|
||||
//// --- Begin LibAFL code ---
|
||||
///
|
||||
#include "libafl/exit.h"
|
||||
|
||||
//// --- End LibAFL code ---
|
||||
|
||||
void cpu_loop(CPUHexagonState *env)
|
||||
{
|
||||
CPUState *cs = env_cpu(env);
|
||||
|
Loading…
x
Reference in New Issue
Block a user