mirror of git://git.musl-libc.org/musl
fix typo in arm clone() asm
This commit is contained in:
parent
e6d765a8b1
commit
2b89e56c94
|
@ -29,7 +29,7 @@ clone:
|
|||
mov pc,r5
|
||||
2: mov r1,r0
|
||||
mov r0,#1
|
||||
svc
|
||||
svc 0
|
||||
|
||||
1: blx r5
|
||||
b 2b
|
||||
|
|
Loading…
Reference in New Issue