about summary refs log tree commit diff
path: root/afl-dyninst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r--afl-dyninst.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp
index 50a0a31..ea6a4f4 100644
--- a/afl-dyninst.cpp
+++ b/afl-dyninst.cpp
@@ -288,6 +288,7 @@ bool insertBBCallback(BPatch_addressSpace *appBin, BPatch_function *curFunc, cha
 
     BPatchSnippetHandle *handle;
 
+    // level 3 is disabled
     if (performance >= 3) {
       // these are dummy instructions we overwrite later
       BPatch_variableExpr *pid = appImage->findVariable("prev_id");