Skip to content

Commit

Permalink
Remove leftover cfi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 18, 2009
1 parent f8b6cd2 commit d9201c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,7 @@ __pthread_cond_timedwait:
jmp 99b

/* Initial locking failed. */
1: cfi_adjust_cfa_offset(3 * 8 + FRAME_SIZE)
cfi_rel_offset(%r12, FRAME_SIZE + 16)
cfi_rel_offset(%r13, FRAME_SIZE + 8)
cfi_rel_offset(%r14, FRAME_SIZE)
1:
# if cond_lock != 0
addq $cond_lock, %rdi
# endif
Expand Down

0 comments on commit d9201c1

Please sign in to comment.