fix arm clone syscall bug (no effect unless app uses clone)
authorRich Felker <dalias@aerifal.cx>
Thu, 27 Sep 2012 22:56:10 +0000 (18:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 27 Sep 2012 22:56:10 +0000 (18:56 -0400)
the code to exit the new thread/process after the start function
returns was mixed up in its syscall convention.

src/thread/arm/clone.s

index ce372ad..daf8f55 100644 (file)
@@ -27,8 +27,7 @@ clone:
        bne 1f
        mov lr,pc
        mov pc,r5
-2:     mov r1,r0
-       mov r0,#1
+2:     mov r7,#1
        svc 0
 
 1:     mov lr,pc