commit | bf0a440730d9659146bf1ac1c4141bae5a2f96a7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 21 23:44:54 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 21 23:44:55 2014 +0000 |
tree | e5c7cef0a2721b254a170613ba6c831471273ea4 | |
parent | 3d5a42408ca24f86b8b81697b20012736cb48c2b [diff] | |
parent | f93f50d7eacc354361e1d5f516c0610709d40abf [diff] |
Merge "Remove an unnecessary instruction from arm64 __bionic_clone."
diff --git a/libc/arch-arm64/bionic/__bionic_clone.S b/libc/arch-arm64/bionic/__bionic_clone.S index ddd8ee0..ae7d14f 100644 --- a/libc/arch-arm64/bionic/__bionic_clone.S +++ b/libc/arch-arm64/bionic/__bionic_clone.S
@@ -38,9 +38,6 @@ # Copy 'fn' and 'arg' onto the child stack. stp x5, x6, [x1, #-16] - # Zero out the top 32 bits of 'flags'. (Is this necessary?) - uxtw x0, w0 - # Make the system call. mov x8, __NR_clone svc #0