am 76299d19: Merge "Remove an extra register move."
* commit '76299d196f8cc731b5bd72880f63d9d9cfd05694': Remove an extra register move.
This commit is contained in:
commit
b35d80f0b0
@ -20,8 +20,7 @@ __pthread_clone:
|
|||||||
movl %eax, -12(%ecx)
|
movl %eax, -12(%ecx)
|
||||||
movl 24(%esp), %eax
|
movl 24(%esp), %eax
|
||||||
movl %eax, -8(%ecx)
|
movl %eax, -8(%ecx)
|
||||||
lea (%ecx), %eax
|
movl %ecx, -4(%ecx)
|
||||||
movl %eax, -4(%ecx)
|
|
||||||
|
|
||||||
movl $__NR_clone, %eax
|
movl $__NR_clone, %eax
|
||||||
int $0x80
|
int $0x80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user