aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libc/arch-arm/bionic/__bionic_clone.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-arm/bionic/__bionic_clone.S b/libc/arch-arm/bionic/__bionic_clone.S
index b7713578a..a85ea34e0 100644
--- a/libc/arch-arm/bionic/__bionic_clone.S
+++ b/libc/arch-arm/bionic/__bionic_clone.S
@@ -60,9 +60,9 @@ ENTRY(__bionic_clone)
neg r0, r0
b __set_errno_internal
-1: # The child.
+ # The child.
# Setting lr to 0 will make the unwinder stop at __start_thread
- mov lr, #0
+1: mov lr, #0
# Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
pop {r0, r1}
b __start_thread