From 4c8b8cc332a4581f7d1627c80030abb922940bfe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 8 Apr 2009 18:00:34 +0000 Subject: * malloc/malloc.c (_int_realloc): Add parameter with old block size. Remove duplicated test. Don't handle mmap'ed blocks here. Adjust all callers. * malloc/hooks.c (realloc_check): Adjust _int_realloc call. --- sysdeps/x86_64/strchrnul.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/x86_64/strchrnul.S b/sysdeps/x86_64/strchrnul.S index ae3aa073eb..576027a38d 100644 --- a/sysdeps/x86_64/strchrnul.S +++ b/sysdeps/x86_64/strchrnul.S @@ -41,9 +41,8 @@ ENTRY (__strchrnul) shl %cl, %esi pmovmskb %xmm0, %edx pmovmskb %xmm3, %ecx - andl %esi, %edx - andl %esi, %ecx orl %edx, %ecx + andl %esi, %ecx jnz 1f 2: movdqa (%rdi), %xmm0 -- cgit 1.4.1