libafl_on_thread_hook takes an u32
This commit is contained in:
parent
08412ed443
commit
35dcfc0c11
@ -6568,7 +6568,7 @@ typedef struct {
|
|||||||
//// --- Begin LibAFL code ---
|
//// --- Begin LibAFL code ---
|
||||||
|
|
||||||
extern __thread CPUArchState *libafl_qemu_env;
|
extern __thread CPUArchState *libafl_qemu_env;
|
||||||
void (*libafl_on_thread_hook)(int);
|
void (*libafl_on_thread_hook)(uint32_t);
|
||||||
|
|
||||||
//// --- End LibAFL code ---
|
//// --- End LibAFL code ---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user