projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c472ba1
)
(clear_once_control): Load mutex address in correct register.
author
drepper
<drepper>
Mon, 10 Feb 2003 23:41:27 +0000
(23:41 +0000)
committer
drepper
<drepper>
Mon, 10 Feb 2003 23:41:27 +0000
(23:41 +0000)
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
b/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
index
62a1ec2
..
9c4647c
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
+++ b/
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
@@
-147,8
+147,8
@@
clear_once_control:
pushl %esi
pushl %ebx
- movl 12(%esp), %e
a
x
- movl $0, (%e
a
x)
+ movl 12(%esp), %e
b
x
+ movl $0, (%e
b
x)
xorl %esi, %esi
movl $0x7fffffff, %edx