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