From b1151300d6e9af599cc91a5c56799feaf49b2e2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Jan 2003 02:12:26 +0000 Subject: Update. * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S (condvar_cleanup): Get condvar address from the right place. --- nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S index 0187bf8253..5afe53d484 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S @@ -45,7 +45,7 @@ .type condvar_cleanup, @function condvar_cleanup: pushl %ebx - movl 4(%esp), %ebx + movl 8(%esp), %ebx #if cond_lock != 0 addl $cond_lock, %ebx #endif -- cgit 1.4.1