diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-04 20:05:02 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-04 20:05:02 +0200 |
commit | 3c846859eef4d17d2587ea28db83c680b51723a7 (patch) | |
tree | 4e394e959886ebad1889069958949623b9fce4ba /instrumentation/afl-llvm-lto-instrumentation.so.cc | |
parent | c23183f1dc39ce0792a879065e6aea33a4c571f8 (diff) | |
download | afl++-3c846859eef4d17d2587ea28db83c680b51723a7.tar.gz |
cleanup
Diffstat (limited to 'instrumentation/afl-llvm-lto-instrumentation.so.cc')
-rw-r--r-- | instrumentation/afl-llvm-lto-instrumentation.so.cc | 2 |
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. */ |