* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
	(condvar_cleanup): Get condvar address from the right place.
This commit is contained in:
Ulrich Drepper 2003-01-04 02:12:26 +00:00
parent 75c43017cb
commit b1151300d6
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-01-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
(condvar_cleanup): Get condvar address from the right place.
* atomic.h: Correct definitions of atomic_full_barrier,
atomic_read_barrier, atomic_write_barrier.

View File

@ -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