PR 7
authorAndreas Jaeger <aj@suse.de>
Mon, 9 Feb 2004 18:21:04 +0000 (18:21 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 9 Feb 2004 18:21:04 +0000 (18:21 +0000)
* sysdeps/x86_64/memcpy.S: Fix alignment.
Patch by Jan Beulich <jbeulich@novell.com>.

sysdeps/x86_64/memcpy.S

index 136d6e5..d9fde6e 100644 (file)
@@ -46,7 +46,7 @@ ENTRY (BP_SYM (memcpy))
        /* Align destination.  */
        movq    %rdi, %rax
        negq    %rax
-       andq    $3, %rax
+       andq    $7, %rax
        subq    %rax, %rcx
        xchgq   %rax, %rcx