about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-common.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-15 14:17:54 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-15 14:17:54 +0100
commit6bf98553428a55c903dd2346b786dc558c9ef45c (patch)
treee064f87cd710fa64fc2bb6969c6accdd48b1541e /qemu_mode/patches/afl-qemu-common.h
parentd40b6703885b80cbea13ecbb58b48b01ac96b2b0 (diff)
downloadafl++-6bf98553428a55c903dd2346b786dc558c9ef45c.tar.gz
solve typing error on QEMU with host arch i386
Diffstat (limited to 'qemu_mode/patches/afl-qemu-common.h')
-rw-r--r--qemu_mode/patches/afl-qemu-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-common.h b/qemu_mode/patches/afl-qemu-common.h
index d4024353..2c1939aa 100644
--- a/qemu_mode/patches/afl-qemu-common.h
+++ b/qemu_mode/patches/afl-qemu-common.h
@@ -80,7 +80,7 @@ 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_i64 arg1, TCGv_i64 arg2);
+                                  TCGv arg1, TCGv arg2);
 
 void tcg_gen_afl_maybe_log_call(target_ulong cur_loc);