about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-15 09:59:21 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-15 09:59:21 +0000
commit979f5c31de09a21261426f99a6516657a6905d63 (patch)
tree2eccdd27faecd8be5d94777cf3c176df74f5ad57
parenta87731e262c909f2127a57f42563ece410789abe (diff)
downloadglibc-979f5c31de09a21261426f99a6516657a6905d63.tar.gz
glibc-979f5c31de09a21261426f99a6516657a6905d63.tar.xz
glibc-979f5c31de09a21261426f99a6516657a6905d63.zip
Use 64-bit loading.
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
index 4f9ecc713f..cebcb38b2a 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
@@ -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