diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2009-12-15 12:37:34 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-15 15:04:16 +0100 |
commit | 2287f4337d86dce4d907f136b3dc29c1956515ab (patch) | |
tree | fdf36d3b6ef9ed2f6ce32184d614398355a7b513 /libpthread/nptl | |
parent | b3b9101a9c495f52c06cb2de27fcf45e6e5f0bf9 (diff) |
fix typo that sneaked in with 9a7506
Signed-off-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S index 6947c0d64..16c41b748 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S @@ -49,7 +49,7 @@ __new_sem_trywait: 1: #ifdef PIC call __x86.get_pc_thunk.cx -#elsen +#else movl $3f, %ecx 3: #endif |