commit | 76299d196f8cc731b5bd72880f63d9d9cfd05694 | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Sun Feb 06 15:01:57 2011 -0800 |
committer | Android Code Review <code-review@android.com> | Sun Feb 06 15:01:57 2011 -0800 |
tree | 60b91843f68ed56e4ef4f6d6327a5920e13162e4 | |
parent | 8db7bcb14f6a3222151bb5304a55670bad0dc5a1 [diff] | |
parent | f4680b57eda711058e7d68b3075c78b9be8dcaf0 [diff] |
Merge "Remove an extra register move."
diff --git a/libc/arch-x86/bionic/clone.S b/libc/arch-x86/bionic/clone.S index 44fce1e..b9b0957 100644 --- a/libc/arch-x86/bionic/clone.S +++ b/libc/arch-x86/bionic/clone.S
@@ -20,8 +20,7 @@ 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