]> granicus.if.org Git - musl/commitdiff
fix typo in arm clone() asm
authorRich Felker <dalias@aerifal.cx>
Sun, 9 Oct 2011 04:02:39 +0000 (00:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 9 Oct 2011 04:02:39 +0000 (00:02 -0400)
src/thread/arm/clone.s

index 65cd3f5a8d9a71130fb1720b4ea3463b1abf4b53..127fc0be0fd9731c7ce3a153cfb4e10f62efb1e3 100644 (file)
@@ -29,7 +29,7 @@ clone:
        mov pc,r5
 2:     mov r1,r0
        mov r0,#1
-       svc
+       svc 0
 
 1:     blx r5
        b 2b