Fix assembler in last patch.
This commit is contained in:
parent
163288fe2e
commit
9aa3d15700
@ -56,7 +56,7 @@ __pthread_cond_timedwait:
|
|||||||
.Lsubq:
|
.Lsubq:
|
||||||
|
|
||||||
cmpq $1000000000, 8(%rdx)
|
cmpq $1000000000, 8(%rdx)
|
||||||
movl $EINVAL, %rax
|
movq $EINVAL, %rax
|
||||||
jae 18f
|
jae 18f
|
||||||
|
|
||||||
/* Stack frame:
|
/* Stack frame:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user