]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 c01da526491c1de30800ea53002f7c5eb87d3344..66f8b182fea7fa4ba3434fde3e2176b7fec8e251 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