diff options
author | hexcoder- <heiko@hexco.de> | 2019-09-23 21:59:27 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-09-23 21:59:27 +0200 |
commit | d13592aea0553b18ecf5366a260b3d5d3fe91764 (patch) | |
tree | 751b631cf044ec3804103abf99a8d89719759d36 /qemu_mode/patches/afl-qemu-common.h | |
parent | 59d4b0aadb11c893d10a838fa5795286d3fd7264 (diff) | |
parent | 96c9fa0ccc4cc9b3db3e448fd685484fd271ca98 (diff) | |
download | afl++-d13592aea0553b18ecf5366a260b3d5d3fe91764.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'qemu_mode/patches/afl-qemu-common.h')
-rw-r--r-- | qemu_mode/patches/afl-qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/patches/afl-qemu-common.h b/qemu_mode/patches/afl-qemu-common.h index 2b7bd51c..e435c62f 100644 --- a/qemu_mode/patches/afl-qemu-common.h +++ b/qemu_mode/patches/afl-qemu-common.h @@ -61,6 +61,7 @@ extern target_long persistent_stack_offset; extern unsigned char persistent_first_pass; extern unsigned char persistent_save_gpr; extern target_ulong persistent_saved_gpr[CPU_NB_REGS]; +extern int persisent_retaddr_offset; extern __thread abi_ulong afl_prev_loc; |