diff options
author | van Hauser <vh@thc.org> | 2020-02-19 10:52:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-19 10:52:44 +0100 |
commit | f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed (patch) | |
tree | 301acd761c149e78bdb2a5377b2fe1aeba6b8612 /qemu_mode/patches/afl-qemu-tcg-runtime-inl.h | |
parent | 69898722cb7a12a88604f2298736fdf244634bfd (diff) | |
download | afl++-f9d7ad8e4353fe306b7574e3d645ba2c3ea423ed.tar.gz |
forgot cleanup
Diffstat (limited to 'qemu_mode/patches/afl-qemu-tcg-runtime-inl.h')
-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 6339d41c..2bb0ac9e 100644 --- a/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h +++ b/qemu_mode/patches/afl-qemu-tcg-runtime-inl.h @@ -35,9 +35,9 @@ #include "tcg.h" void HELPER(afl_entry_routine)(CPUArchState *env) { - + afl_forkserver(ENV_GET_CPU(env)); - + } void HELPER(afl_compcov_16)(target_ulong cur_loc, target_ulong arg1, |