diff options
Diffstat (limited to 'qemu_mode')
-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, |