about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-08 17:22:31 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commitd397bba6b2d59857e2f57abf09a4aed1578f7ffd (patch)
treee03250db14fa1dc1808af1c66eb30577d88e459e
parent7a6b66e684b7d202e0aeccf831b2018989871ae8 (diff)
downloadafl++-d397bba6b2d59857e2f57abf09a4aed1578f7ffd.tar.gz
llvm_mode android fix
-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 aac7d061..4b140e14 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -70,7 +70,7 @@ u8 *__afl_area_ptr = __afl_area_initial;
 PREV_LOC_T __afl_prev_loc[NGRAM_SIZE_MAX];
 u32        __afl_final_loc;
 u32        __afl_prev_ctx;
-u32        __afl_cmp_counter
+u32        __afl_cmp_counter;
 #else
 __thread PREV_LOC_T __afl_prev_loc[NGRAM_SIZE_MAX];
 __thread u32        __afl_final_loc;