]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / nptl / sysdeps / unix / sysv / linux / x86_64 / sem_post.S
index 7f608a59744cbf600969099647ba022ac44a0a84..21ec6fd2264610fe6afc58b94efc13eec35a3692 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -41,8 +41,8 @@ sem_post:
        LOCK
        xaddl   %edx, (%rdi)
 
-       movl    $SYS_futex, %eax
-       movl    $FUTEX_WAKE, %esi
+       movq    $SYS_futex, %rax
+       movq    $FUTEX_WAKE, %rsi
        incl    %edx
        syscall