mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Use 64-bit loading.
This commit is contained in:
parent
a87731e262
commit
979f5c31de
@ -132,7 +132,7 @@ clear_once_control:
|
||||
movl $0, (%rdi)
|
||||
|
||||
movl $0x7fffffff, %edx
|
||||
movl $FUTEX_WAKE, %esi
|
||||
movq $FUTEX_WAKE, %rsi
|
||||
movq $SYS_futex, %rax
|
||||
syscall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user