am b35d80f0: am 76299d19: Merge "Remove an extra register move."
* commit 'b35d80f0b0a6d87ba20aa2de594db19a0ccf93df': Remove an extra register move.
This commit is contained in:
commit
9c2e97e9d3
@ -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