Use 64-bit loading.

This commit is contained in:
Ulrich Drepper 2003-03-15 09:59:21 +00:00
parent a87731e262
commit 979f5c31de
1 changed files with 1 additions and 1 deletions

View File

@ -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