mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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
|
||||
#else
|
||||
/* Get the current time. */
|
||||
movl %ebx, %edx
|
||||
leal 12(%esp), %ebx
|
||||
xorl %ecx, %ecx
|
||||
movl $SYS_gettimeofday, %eax
|
||||
|
Loading…
Reference in New Issue
Block a user