about summary refs log tree commit diff
path: root/include/afl-as.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-04 01:51:41 +0100
committervan Hauser <vh@thc.org>2020-03-04 01:51:41 +0100
commit05a3418f8668cadd17e32fd89bfcf136faa61f52 (patch)
tree64c33ced2f4dc108cdb9ccb924b9222046e60d0b /include/afl-as.h
parentd559d5a374cefd260ad5d2544e3189bb3ac27b3b (diff)
downloadafl++-05a3418f8668cadd17e32fd89bfcf136faa61f52.tar.gz
added __afl_final_loc to all compile RTs
Diffstat (limited to 'include/afl-as.h')
-rw-r--r--include/afl-as.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-as.h b/include/afl-as.h
index de9fb646..3c44a437 100644
--- a/include/afl-as.h
+++ b/include/afl-as.h
@@ -384,6 +384,7 @@ static const u8* main_payload_32 =
 #ifndef COVERAGE_ONLY
   "  .comm   __afl_prev_loc, 4, 32\n"
 #endif                                                    /* !COVERAGE_ONLY */
+  "  .comm   __afl_final_loc, 4, 32\n"
   "  .comm   __afl_fork_pid, 4, 32\n"
   "  .comm   __afl_temp, 4, 32\n"
   "\n"