(sem_post): Avoid unnecessary addr32 prefix.

This commit is contained in:
Ulrich Drepper 2008-01-30 17:43:50 +00:00
parent 16cd816fd0
commit f37eb57f80

View File

@ -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)