Remove an unnecessary instruction from arm64 __bionic_clone.

Change-Id: Ib0dd5079d10b3634901d561932259653945176ee
This commit is contained in:
Elliott Hughes 2014-05-21 16:29:55 -07:00
parent 768051405e
commit f93f50d7ea

View File

@ -38,9 +38,6 @@ ENTRY(__bionic_clone)
# 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