diff options
Diffstat (limited to 'gcc_plugin/afl-gcc-rt.o.c')
-rw-r--r-- | gcc_plugin/afl-gcc-rt.o.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc_plugin/afl-gcc-rt.o.c b/gcc_plugin/afl-gcc-rt.o.c index 356d0b6d..508d4441 100644 --- a/gcc_plugin/afl-gcc-rt.o.c +++ b/gcc_plugin/afl-gcc-rt.o.c @@ -48,8 +48,10 @@ u8 *__afl_area_ptr = __afl_area_initial; #ifdef __ANDROID__ u32 __afl_prev_loc; +u32 __afl_final_loc; #else __thread u32 __afl_prev_loc; +__thread u32 __afl_final_loc; #endif /* Trace a basic block with some ID */ |