mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(sem_post): Avoid unnecessary addr32 prefix.
This commit is contained in:
parent
16cd816fd0
commit
f37eb57f80
@ -37,7 +37,7 @@ sem_post:
|
||||
#endif
|
||||
0: cmpl $SEM_VALUE_MAX, %eax
|
||||
je 3f
|
||||
leal 1(%eax), %esi
|
||||
leal 1(%rax), %esi
|
||||
LOCK
|
||||
#if VALUE == 0
|
||||
cmpxchgl %esi, (%rdi)
|
||||
|
Loading…
Reference in New Issue
Block a user