about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-07 13:47:42 +0200
committerhexcoder- <heiko@hexco.de>2021-06-07 13:47:42 +0200
commit2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d (patch)
tree0662dec65117985e614e7c6675117f39265944d0
parent2449866f21fd66f04d0da51394b6604b406095c3 (diff)
parent76c0940cee04a4fc68f7bb6c3487bc3263494034 (diff)
downloadafl++-2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
-rw-r--r--instrumentation/afl-llvm-pass.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc
index 6fe34ccd..94b77f7d 100644
--- a/instrumentation/afl-llvm-pass.so.cc
+++ b/instrumentation/afl-llvm-pass.so.cc
@@ -676,7 +676,7 @@ bool AFLCoverage::runOnModule(Module &M) {
                                                todo.push_back(MapPtrIdx);
                              
                                              } else {
-
+                             
                                      */
         IRB.CreateAtomicRMW(llvm::AtomicRMWInst::BinOp::Add, MapPtrIdx, One,
 #if LLVM_VERSION_MAJOR >= 13