diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-14 17:21:15 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-14 17:21:15 +0200 |
commit | f4436f118c7a828e37926b948e997d1c8f5b2b03 (patch) | |
tree | 05492211f9bd7b35b4051a4f0e117fce1ed4715d /qemu_mode/patches | |
parent | 8440aaea5a68669c71172c41712185d57c961046 (diff) | |
download | afl++-f4436f118c7a828e37926b948e997d1c8f5b2b03.tar.gz |
fixed #317
Diffstat (limited to 'qemu_mode/patches')
-rw-r--r-- | qemu_mode/patches/afl-qemu-tcg-runtime-inl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h b/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h index 549b6bba..a0246198 100644 --- a/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h +++ b/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h @@ -108,10 +108,10 @@ void HELPER(afl_compcov_64)(target_ulong cur_loc, target_ulong arg1, } void HELPER(afl_cmplog_8)(target_ulong cur_loc, target_ulong arg1, - target_ulong arg2) { + target_ulong arg2) { register uintptr_t k = (uintptr_t)cur_loc; - + __afl_cmp_map->headers[k].type = CMP_TYPE_INS; u32 hits = __afl_cmp_map->headers[k].hits; |