From 4bca8af499a6ecbd2c6111f4820b66c2ba4710b5 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 16 Feb 2020 13:19:20 +0100 Subject: make qemu patches more simple using helpers --- qemu_mode/patches/afl-qemu-cpu-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h') diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h index 28fa1ab6..d4ae4b8d 100644 --- a/qemu_mode/patches/afl-qemu-cpu-inl.h +++ b/qemu_mode/patches/afl-qemu-cpu-inl.h @@ -409,7 +409,7 @@ void afl_forkserver(CPUState *cpu) { /* A simplified persistent mode handler, used as explained in README.llvm. */ -void afl_persistent_loop() { +void afl_persistent_loop(void) { static u32 cycle_cnt; static struct afl_tsl exit_cmd_tsl = {{-1, 0, 0, 0}, NULL}; -- cgit 1.4.1