Skip to content

Commit

Permalink
(sem_post): Avoid unnecessary addr32 prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 30, 2008
1 parent 16cd816 commit f37eb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f37eb57

Please sign in to comment.