about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-18 11:14:12 +0100
committervan Hauser <vh@thc.org>2019-12-18 11:14:12 +0100
commit939721e2cbcf14f0f9577575c09e16be2ced25fe (patch)
treee32066cf400e512dbc05b4aa2cad4fcae7696c21 /qemu_mode/patches/afl-qemu-common.h
parent6226e384512bad86977377b2cece2b5bc0286aa3 (diff)
downloadafl++-939721e2cbcf14f0f9577575c09e16be2ced25fe.tar.gz
v2.59c release 2.59c
Diffstat (limited to 'qemu_mode/patches/afl-qemu-common.h')
-rw-r--r--qemu_mode/patches/afl-qemu-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/patches/afl-qemu-common.h b/qemu_mode/patches/afl-qemu-common.h
index 2c1939aa..bddf0515 100644
--- a/qemu_mode/patches/afl-qemu-common.h
+++ b/qemu_mode/patches/afl-qemu-common.h
@@ -79,8 +79,8 @@ void afl_debug_dump_saved_regs();
 void afl_persistent_loop();
 
 void tcg_gen_afl_call0(void *func);
-void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc,
-                                  TCGv arg1, TCGv arg2);
+void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc, TCGv arg1,
+                                  TCGv arg2);
 
 void tcg_gen_afl_maybe_log_call(target_ulong cur_loc);