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 d4a6db3 commit 5feca57Copy full SHA for 5feca57
linux-user/ppc/cpu_loop.c
@@ -24,6 +24,12 @@
24
#include "user/cpu_loop.h"
25
#include "signal-common.h"
26
27
+//// --- Begin LibAFL code ---
28
+
29
+#include "libafl/exit.h"
30
31
+//// --- End LibAFL code ---
32
33
static inline uint64_t cpu_ppc_get_tb(CPUPPCState *env)
34
{
35
return cpu_get_host_ticks();
linux-user/riscv/cpu_loop.c
@@ -26,6 +26,12 @@
#include "elf.h"
#include "semihosting/common-semi.h"
void cpu_loop(CPURISCVState *env)
36
37
CPUState *cs = env_cpu(env);
0 commit comments