about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDominik Maier <dmnk@google.com>2022-11-09 03:34:37 +0100
committerGitHub <noreply@github.com>2022-11-09 03:34:37 +0100
commitc1562a7cdef10762e6ac712ecf5c51e035b72260 (patch)
tree07e234ee102d07ccdf0509217c566a1d803fc8bb /src
parent04963905264fcbedb14486739f32ac1da09a39b6 (diff)
downloadafl++-c1562a7cdef10762e6ac712ecf5c51e035b72260.tar.gz
Didn't mean to change that
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index b5c38a34..15284a65 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1150,7 +1150,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
       "int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
 #else
       "__attribute__((visibility(\"default\"))) "
-      "int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
+      "int _L(unsigned int) __asm__(\"__afl_persistent_loop\"); "
 #endif                                                        /* ^__APPLE__ */
       // if afl is connected, we run _A times, else once.
       "_L(__afl_connected ? _A : 1); })";