From: Ulrich Drepper Date: Wed, 19 Mar 2003 02:27:27 +0000 (+0000) Subject: Remove unnecessary instruction in case clock_gettime isn't available. X-Git-Tag: cvs/glibc-2_3_3~1161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bd9cc9ab9db24f5a92e3ff5abdab57f1add056;p=thirdparty%2Fglibc.git Remove unnecessary instruction in case clock_gettime isn't available. --- 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 133e4fee7dc..5db7e47265b 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