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