]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix WS
authorUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 18:57:28 +0000 (14:57 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 23 Oct 2011 18:57:28 +0000 (14:57 -0400)
sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S

index 0b1c9731c3eb6ef0dceb61a5d114f19f8a5bc066..b2d1a9e4b52efac34bf14e20189f25b96041adac 100644 (file)
@@ -37,7 +37,7 @@ ENTRY (STRLEN)
 # endif
        xor     %eax, %eax
 #  ifdef USE_AS_STRNLEN
-       mov     %rsi, %r8 
+       mov     %rsi, %r8
        sub     $4, %rsi
        jbe     L(len_less4_prolog)
 #  endif