about summary refs log tree commit diff
path: root/utils/qbdi_mode/template.cpp
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-28 10:59:34 +0200
committervanhauser-thc <vh@thc.org>2021-04-28 10:59:34 +0200
commitdde0538b484df627dac14ff030dd09f55c78558e (patch)
treedda2a4eee4079d9605c002429f8944cfcbb500d8 /utils/qbdi_mode/template.cpp
parent39ad3b89467d6de12cbb9d08ccd77d331c0d1f9e (diff)
downloadafl++-dde0538b484df627dac14ff030dd09f55c78558e.tar.gz
nits
Diffstat (limited to 'utils/qbdi_mode/template.cpp')
-rwxr-xr-xutils/qbdi_mode/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qbdi_mode/template.cpp b/utils/qbdi_mode/template.cpp
index 888ecb58..182a014b 100755
--- a/utils/qbdi_mode/template.cpp
+++ b/utils/qbdi_mode/template.cpp
@@ -25,7 +25,7 @@
 #if (defined(__x86_64__) || defined(__i386__)) && defined(AFL_QEMU_NOT_ZERO)
   #define INC_AFL_AREA(loc)           \
     asm volatile(                     \
-        "addb $1, (%0, %1, 1)\n"          \
+        "addb $1, (%0, %1, 1)\n"      \
         "adcb $0, (%0, %1, 1)\n"      \
         : /* no out */                \
         : "r"(afl_area_ptr), "r"(loc) \