Merge "Remove an extra register move."
This commit is contained in:
commit
76299d196f
@ -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