about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-cpu-inl.h
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-25 21:42:30 +0100
committerhexcoder- <heiko@hexco.de>2020-02-25 21:42:30 +0100
commit70c208ead70ccf963dcb813dcae323c847a90ceb (patch)
tree01d067511f966d359196185d41509cee80ecc2c1 /qemu_mode/patches/afl-qemu-cpu-inl.h
parent2d25662b814afea6943d2823c2df746e2f5b4a2d (diff)
parente12edca29a43f728868b1105ca071c85a0c4a11e (diff)
downloadafl++-70c208ead70ccf963dcb813dcae323c847a90ceb.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-cpu-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h
index 63869898..f85f8caa 100644
--- a/qemu_mode/patches/afl-qemu-cpu-inl.h
+++ b/qemu_mode/patches/afl-qemu-cpu-inl.h
@@ -80,7 +80,7 @@ unsigned char is_persistent;
 target_long   persistent_stack_offset;
 unsigned char persistent_first_pass = 1;
 unsigned char persistent_save_gpr;
-target_ulong  persistent_saved_gpr[AFL_REGS_NUM];
+uint64_t      persistent_saved_gpr[AFL_REGS_NUM];
 int           persisent_retaddr_offset;
 
 afl_persistent_hook_fn afl_persistent_hook_ptr;