diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 14:17:54 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 14:17:54 +0100 |
commit | 6bf98553428a55c903dd2346b786dc558c9ef45c (patch) | |
tree | e064f87cd710fa64fc2bb6969c6accdd48b1541e /qemu_mode/patches/afl-qemu-common.h | |
parent | d40b6703885b80cbea13ecbb58b48b01ac96b2b0 (diff) | |
download | afl++-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.h | 2 |
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); |