* commit 'fc951aaec61f14b2a6053be295408a9a3a8d520a': Remove an unnecessary instruction from arm64 __bionic_clone.
This commit is contained in:
commit
17e44b89e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user