Fix typo in register name.
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 May 2003 04:19:58 +0000 (04:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 May 2003 04:19:58 +0000 (04:19 +0000)
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S

index 66edb9a..d918592 100644 (file)
@@ -80,7 +80,7 @@ __pthread_cond_broadcast:
        syscall
 
 #ifndef __ASSUME_FUTEX_REQUEUE
-       cmpq    $-EINVAL, %eax
+       cmpq    $-EINVAL, %rax
        je      9f
 10:
 #endif