Remove an extra register move.
Change-Id: I63c217b73203b44b1a2e74950b58f2ec12989cab Author: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
This commit is contained in:
parent
0f2001b147
commit
f4680b57ed
@ -20,8 +20,7 @@ __pthread_clone:
|
||||
movl %eax, -12(%ecx)
|
||||
movl 24(%esp), %eax
|
||||
movl %eax, -8(%ecx)
|
||||
lea (%ecx), %eax
|
||||
movl %eax, -4(%ecx)
|
||||
movl %ecx, -4(%ecx)
|
||||
|
||||
movl $__NR_clone, %eax
|
||||
int $0x80
|
||||
|
Loading…
x
Reference in New Issue
Block a user