Skip to content

Commit

Permalink
Pretty printing last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 19, 2009
1 parent d979611 commit 4c74e65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,18 @@ pthread_rwlock_timedwrlock:
movq %rcx, (%rsp) /* Store relative timeout. */
movq %rdi, 8(%rsp)

#ifdef __ASSUME_PRIVATE_FUTEX
# ifdef __ASSUME_PRIVATE_FUTEX
movl $FUTEX_PRIVATE_FLAG|FUTEX_WAIT, %esi
xorl PSHARED(%r12), %esi
#else
# if FUTEX_WAIT == 0
movl PSHARED(%r12), %esi
# else
# if FUTEX_WAIT == 0
movl PSHARED(%r12), %esi
# else
movl $FUTEX_WAIT, %esi
orl PSHARED(%r12), %esi
# endif
# endif
xorl %fs:PRIVATE_FUTEX, %esi
#endif
# endif
movq %rsp, %r10
movl %r14d, %edx

Expand Down

0 comments on commit 4c74e65

Please sign in to comment.