diff options
Diffstat (limited to 'libc/string/x86_64/strlen.S')
-rw-r--r-- | libc/string/x86_64/strlen.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/x86_64/strlen.S b/libc/string/x86_64/strlen.S index 0441dc46c..e79537f87 100644 --- a/libc/string/x86_64/strlen.S +++ b/libc/string/x86_64/strlen.S @@ -20,6 +20,7 @@ #include "_glibc_inc.h" +/* Seems to be unrolled too much */ .text ENTRY (strlen) |