From 8b4a0b2f78c393b1e6c4c5ff2f369481afc1e5e4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Mar 2003 23:46:29 +0000 Subject: [PATCH] Use correct amount of stack correction. --- nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S index c01da52649..66f8b182fe 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S @@ -112,7 +112,7 @@ __pthread_once: movq $SYS_futex, %rax syscall -4: addq $4, %rsp +4: addq $8, %rsp xorq %rax, %rax retq -- 2.43.5