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