mirror of git://sourceware.org/git/glibc.git
Remove unnecessary instruction in case clock_gettime isn't available.
This commit is contained in:
parent
ac9e0aa1b0
commit
00bd9cc9ab
|
|
@ -134,7 +134,6 @@ __pthread_cond_timedwait:
|
||||||
subl 16(%esp), %edx
|
subl 16(%esp), %edx
|
||||||
#else
|
#else
|
||||||
/* Get the current time. */
|
/* Get the current time. */
|
||||||
movl %ebx, %edx
|
|
||||||
leal 12(%esp), %ebx
|
leal 12(%esp), %ebx
|
||||||
xorl %ecx, %ecx
|
xorl %ecx, %ecx
|
||||||
movl $SYS_gettimeofday, %eax
|
movl $SYS_gettimeofday, %eax
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue