mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-27 19:22:00 +03:00
Fix typo in register name.
This commit is contained in:
@@ -80,7 +80,7 @@ __pthread_cond_broadcast:
|
||||
syscall
|
||||
|
||||
#ifndef __ASSUME_FUTEX_REQUEUE
|
||||
cmpq $-EINVAL, %eax
|
||||
cmpq $-EINVAL, %rax
|
||||
je 9f
|
||||
10:
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user