diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
commit | 2102264acf5c271b7560a82771b3af8136af9354 (patch) | |
tree | 56cce5a15206634bd1877c428a5b15c064d7fa53 /instrumentation/afl-compiler-rt.o.c | |
parent | e73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf (diff) | |
download | afl++-2102264acf5c271b7560a82771b3af8136af9354.tar.gz |
fix for new llvm 13 change
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index bee03ddc..ab1bfb31 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -1681,6 +1681,7 @@ void __sanitizer_cov_trace_const_cmp16(uint128_t arg1, uint128_t arg2) { __cmplog_ins_hook16(arg1, arg2, 0); } + #endif void __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases) { |