From 91ceedb37f9fda2460557cd61944e4d706caad3c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 May 2003 04:19:58 +0000 Subject: Fix typo in register name. --- nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps') 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 -- cgit v1.2.1