Use correct amount of stack correction.

This commit is contained in:
Ulrich Drepper 2003-03-14 23:46:29 +00:00
parent c58859ce3a
commit 8b4a0b2f78

View File

@ -112,7 +112,7 @@ __pthread_once:
movq $SYS_futex, %rax
syscall
4: addq $4, %rsp
4: addq $8, %rsp
xorq %rax, %rax
retq