about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-18 21:07:31 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-18 21:07:31 +0100
commitcd7e234445c859eb0a88b75a0e3a8fb5b8d4b38e (patch)
tree2f4e6af9bcc9e2184124493de738d3525b4f0620 /qemu_mode/patches/afl-qemu-tcg-runtime-inl.h
parenta5e747af14ee89ea7d8f98f782df96d02ee68063 (diff)
downloadafl++-cd7e234445c859eb0a88b75a0e3a8fb5b8d4b38e.tar.gz
try to fix regression due to rtn cmplog
Diffstat (limited to 'qemu_mode/patches/afl-qemu-tcg-runtime-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-tcg-runtime-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h b/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h
index 04fcde4e..52444c20 100644
--- a/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h
+++ b/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h
@@ -171,7 +171,7 @@ static int area_is_mapped(void *ptr, size_t len) {
 
 }
 
-void HELPER(afl_cmplog_rtn)(CPUX86State *env) {
+void HELPER(afl_cmplog_rtn)(CPUArchState *env) {
 
 #if defined(TARGET_X86_64)