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