Browse Source

fix regression from a745c4bfc8a9b5db4e48387170da0dc1d39e3abe

Waldemar Brodkorb 6 years ago
parent
commit
13a6109ba1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/string/x86_64/memset.S

+ 1 - 1
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.  */