mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Use correct amount of stack correction.
This commit is contained in:
parent
c58859ce3a
commit
8b4a0b2f78
@ -112,7 +112,7 @@ __pthread_once:
|
||||
movq $SYS_futex, %rax
|
||||
syscall
|
||||
|
||||
4: addq $4, %rsp
|
||||
4: addq $8, %rsp
|
||||
xorq %rax, %rax
|
||||
retq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user