diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-19 02:27:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-19 02:27:27 +0000 |
commit | 00bd9cc9ab9db24f5a92e3ff5abdab57f1add056 (patch) | |
tree | d4f9ee89b19c46b62024221a2c177951472b2468 /nptl/sysdeps | |
parent | ac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca (diff) | |
download | glibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.tar.gz glibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.tar.xz glibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.zip |
Remove unnecessary instruction in case clock_gettime isn't available.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S index 133e4fee7d..5db7e47265 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S @@ -134,7 +134,6 @@ __pthread_cond_timedwait: subl 16(%esp), %edx #else /* Get the current time. */ - movl %ebx, %edx leal 12(%esp), %ebx xorl %ecx, %ecx movl $SYS_gettimeofday, %eax |