about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-rt.o.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-08 17:57:11 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commit698caed9c0b8c06d2576dcc866f654d6ada74235 (patch)
treed83bc1f7875496b293e1cc2dff1b1ba3d4557c16 /llvm_mode/afl-llvm-rt.o.c
parentae05f5c4b0611fe05a38a0c293c2d251085f510f (diff)
downloadafl++-698caed9c0b8c06d2576dcc866f654d6ada74235.tar.gz
llvm_mode ctx: move function terminator instrumentation before skipping blocks
Diffstat (limited to 'llvm_mode/afl-llvm-rt.o.c')
-rw-r--r--llvm_mode/afl-llvm-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c
index 4b140e14..3651fd97 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -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? */