summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-10 23:43:49 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-10 23:43:49 +0000
commitdefd18709cb11143dd37d00e0d74cf12ec7153e2 (patch)
treeaf39acb35070815e5a348f60253d91f8f510d6ef /nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
parent2a8a8a846166717fc5f30b7b8719cab0abb5889a (diff)
Update.
* Makefile (tests): Add tst-once3 and tst-once4. * tst-once4.c: New file.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S b/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
index 62a1ec2da7..9c4647c60b 100644
--- 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), %eax
- movl $0, (%eax)
+ movl 12(%esp), %ebx
+ movl $0, (%ebx)
xorl %esi, %esi
movl $0x7fffffff, %edx