* commit 'b35d80f0b0a6d87ba20aa2de594db19a0ccf93df': Remove an extra register move.
This commit is contained in:
commit
9c2e97e9d3
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue