diff options
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S | 4 |
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 |