1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix typo in register name.

This commit is contained in:
Ulrich Drepper
2003-05-27 04:19:58 +00:00
parent 248a349087
commit 91ceedb37f

View File

@ -80,7 +80,7 @@ __pthread_cond_broadcast:
syscall
#ifndef __ASSUME_FUTEX_REQUEUE
cmpq $-EINVAL, %eax
cmpq $-EINVAL, %rax
je 9f
10:
#endif