llvm_mode android fix

This commit is contained in:
van Hauser
2020-04-08 17:22:31 +02:00
parent 7a6b66e684
commit d397bba6b2

View File

@ -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;