diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 6f07769587..1cbb083e3c 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -6568,7 +6568,7 @@ typedef struct { //// --- Begin LibAFL code --- extern __thread CPUArchState *libafl_qemu_env; -void (*libafl_on_thread_hook)(int); +void (*libafl_on_thread_hook)(uint32_t); //// --- End LibAFL code ---