From 00bd9cc9ab9db24f5a92e3ff5abdab57f1add056 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Mar 2003 02:27:27 +0000 Subject: Remove unnecessary instruction in case clock_gettime isn't available. --- nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl') 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 -- cgit 1.4.1