Use correct amount of stack correction.
authorUlrich Drepper <drepper@redhat.com>
Fri, 14 Mar 2003 23:46:29 +0000 (23:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 14 Mar 2003 23:46:29 +0000 (23:46 +0000)
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S

index c01da52..66f8b18 100644 (file)
@@ -112,7 +112,7 @@ __pthread_once:
        movq    $SYS_futex, %rax
        syscall
 
-4:     addq    $4, %rsp
+4:     addq    $8, %rsp
        xorq    %rax, %rax
        retq