fix typo in arm clone() asm

This commit is contained in:
Rich Felker 2011-10-09 00:02:39 -04:00
parent e6d765a8b1
commit 2b89e56c94
1 changed files with 1 additions and 1 deletions

View File

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