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 65cd3f5..127fc0b 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