llvm_mode ctx: move function terminator instrumentation before skipping blocks

This commit is contained in:
van Hauser
2020-04-08 17:57:11 +02:00
parent 729dbf7dda
commit 133a8cea1c
2 changed files with 19 additions and 18 deletions

View File

@ -78,7 +78,7 @@ __thread u32 __afl_prev_ctx;
__thread u32 __afl_cmp_counter;
#endif
struct cmp_map *__afl_cmp_map;
struct cmp_map *__afl_cmp_map;
/* Running in persistent mode? */