about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-cpu-inl.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:20 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:19:20 +0100
commit4bca8af499a6ecbd2c6111f4820b66c2ba4710b5 (patch)
tree34efab0aff950e1b6947131b2d7113d9555eccec /qemu_mode/patches/afl-qemu-cpu-inl.h
parentbd1acfd8683b20636540a37c72867ec785a33ad1 (diff)
downloadafl++-4bca8af499a6ecbd2c6111f4820b66c2ba4710b5.tar.gz
make qemu patches more simple using helpers
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-cpu-inl.h2
1 files changed, 1 insertions, 1 deletions
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};