diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-03 20:36:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-03 20:36:44 +0000 |
commit | b2bcd249bf2ada6ad1212c91e4a152b5366b6fd8 (patch) | |
tree | eb971dc35663c93ca43eab254dcc9432fc45e844 /nptl/sysdeps | |
parent | cbd8aeb836c8061c23a5e00419e0fb25a34abee7 (diff) | |
download | glibc-b2bcd249bf2ada6ad1212c91e4a152b5366b6fd8.tar.gz glibc-b2bcd249bf2ada6ad1212c91e4a152b5366b6fd8.tar.xz glibc-b2bcd249bf2ada6ad1212c91e4a152b5366b6fd8.zip |
* sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
handling.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S index 72c3858238..8de9cf461a 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S @@ -170,8 +170,8 @@ __lll_timedlock_wait: # endif pushq %r9 - cfi_adjust_cfa_offset(9) - cfi_offset(%r9, -16) + cfi_adjust_cfa_offset(8) + cfi_rel_offset(%r9, 0) movq %rdx, %r10 movl $0xffffffff, %r9d LOAD_FUTEX_WAIT_ABS (%esi) |