Browse Source

fix typo in arm clone() asm

Rich Felker 13 years ago
parent
commit
2b89e56c94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/thread/arm/clone.s

+ 1 - 1
src/thread/arm/clone.s

@@ -29,7 +29,7 @@ clone:
 	mov pc,r5
 2:	mov r1,r0
 	mov r0,#1
-	svc
+	svc 0
 
 1:	blx r5
 	b 2b