about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-lto-instrumentation.so.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-04 20:05:02 +0200
committervanhauser-thc <vh@thc.org>2021-04-04 20:05:02 +0200
commit3c846859eef4d17d2587ea28db83c680b51723a7 (patch)
tree4e394e959886ebad1889069958949623b9fce4ba /instrumentation/afl-llvm-lto-instrumentation.so.cc
parentc23183f1dc39ce0792a879065e6aea33a4c571f8 (diff)
downloadafl++-3c846859eef4d17d2587ea28db83c680b51723a7.tar.gz
cleanup
Diffstat (limited to 'instrumentation/afl-llvm-lto-instrumentation.so.cc')
-rw-r--r--instrumentation/afl-llvm-lto-instrumentation.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-lto-instrumentation.so.cc b/instrumentation/afl-llvm-lto-instrumentation.so.cc
index 50306224..6eb19060 100644
--- a/instrumentation/afl-llvm-lto-instrumentation.so.cc
+++ b/instrumentation/afl-llvm-lto-instrumentation.so.cc
@@ -176,7 +176,7 @@ bool AFLLTOPass::runOnModule(Module &M) {
 
   }
 
-  if (debug) { fprintf(stderr, "map address is 0x%lx\n", map_addr); }
+  if (debug) { fprintf(stderr, "map address is 0x%llx\n", map_addr); }
 
   /* Get/set the globals for the SHM region. */