forgot include
This commit is contained in:
parent
d4a6db3260
commit
5feca574fc
@ -24,6 +24,12 @@
|
||||
#include "user/cpu_loop.h"
|
||||
#include "signal-common.h"
|
||||
|
||||
//// --- Begin LibAFL code ---
|
||||
|
||||
#include "libafl/exit.h"
|
||||
|
||||
//// --- End LibAFL code ---
|
||||
|
||||
static inline uint64_t cpu_ppc_get_tb(CPUPPCState *env)
|
||||
{
|
||||
return cpu_get_host_ticks();
|
||||
|
@ -26,6 +26,12 @@
|
||||
#include "elf.h"
|
||||
#include "semihosting/common-semi.h"
|
||||
|
||||
//// --- Begin LibAFL code ---
|
||||
|
||||
#include "libafl/exit.h"
|
||||
|
||||
//// --- End LibAFL code ---
|
||||
|
||||
void cpu_loop(CPURISCVState *env)
|
||||
{
|
||||
CPUState *cs = env_cpu(env);
|
||||
|
Loading…
x
Reference in New Issue
Block a user