This commit is contained in:
Ulrich Drepper 2011-10-23 14:57:28 -04:00
parent ce7dd29f28
commit 09229f3e1b

View 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