We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e59e0 commit 4b35c57Copy full SHA for 4b35c57
linux-user/arm/cpu_loop.c
@@ -28,6 +28,12 @@
28
#include "user/page-protection.h"
29
#include "target/arm/syndrome.h"
30
31
+//// --- Begin LibAFL code ---
32
+///
33
+#include "libafl/exit.h"
34
+
35
+//// --- End LibAFL code ---
36
37
#define get_user_code_u32(x, gaddr, env) \
38
({ abi_long __r = get_user_u32((x), (gaddr)); \
39
if (!__r && bswap_code(arm_sctlr_b(env))) { \
linux-user/hexagon/cpu_loop.c
@@ -25,6 +25,12 @@
25
#include "signal-common.h"
26
#include "internal.h"
27
void cpu_loop(CPUHexagonState *env)
{
CPUState *cs = env_cpu(env);
0 commit comments