commit | f93f50d7eacc354361e1d5f516c0610709d40abf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 21 16:29:55 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 21 16:29:55 2014 -0700 |
tree | 7115356a1934386a10a38f27b2ef5b3ea6b70901 | |
parent | 768051405e8d471e06447a5b7223c742022f525a [diff] |
Remove an unnecessary instruction from arm64 __bionic_clone. Change-Id: Ib0dd5079d10b3634901d561932259653945176ee
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