Skip to content

Commit

Permalink
Use correct amount of stack correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 14, 2003
1 parent c58859c commit 8b4a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ __pthread_once:
movq $SYS_futex, %rax
syscall

4: addq $4, %rsp
4: addq $8, %rsp
xorq %rax, %rax
retq

Expand Down

0 comments on commit 8b4a0b2

Please sign in to comment.