summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/memset.S')
-rw-r--r--libc/string/x86_64/memset.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/x86_64/memset.S b/libc/string/x86_64/memset.S
index fa79275a7..e4e812f2c 100644
--- a/libc/string/x86_64/memset.S
+++ b/libc/string/x86_64/memset.S
@@ -28,7 +28,7 @@
#define LARGE $120000
.text
-#endif
+
ENTRY (memset)
#if BZERO_P
mov %rsi,%rdx /* Adjust parameter. */