summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-03 20:36:44 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-03 20:36:44 +0000
commitb2bcd249bf2ada6ad1212c91e4a152b5366b6fd8 (patch)
treeeb971dc35663c93ca43eab254dcc9432fc45e844 /nptl
parentcbd8aeb836c8061c23a5e00419e0fb25a34abee7 (diff)
downloadglibc-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')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S4
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)