solve typing error on QEMU with host arch i386

This commit is contained in:
Andrea Fioraldi
2019-12-15 14:17:54 +01:00
parent d40b670388
commit 6bf9855342
2 changed files with 17 additions and 5 deletions

View File

@ -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);