about summary refs log tree commit diff
path: root/nptl/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-27 04:19:58 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-27 04:19:58 +0000
commit91ceedb37f9fda2460557cd61944e4d706caad3c (patch)
tree1a9dfa5d340cad807198e3734366978b1c463a12 /nptl/sysdeps/unix
parent248a349087d25a5812679d497709efc3494c4b66 (diff)
downloadglibc-91ceedb37f9fda2460557cd61944e4d706caad3c.tar.gz
glibc-91ceedb37f9fda2460557cd61944e4d706caad3c.tar.xz
glibc-91ceedb37f9fda2460557cd61944e4d706caad3c.zip
Fix typo in register name.
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
index 66edb9ac85..d9185925a4 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
@@ -80,7 +80,7 @@ __pthread_cond_broadcast:
 	syscall
 
 #ifndef __ASSUME_FUTEX_REQUEUE
-	cmpq	$-EINVAL, %eax
+	cmpq	$-EINVAL, %rax
 	je	9f
 10:
 #endif