mirror of
https://github.com/fluencelabs/musl
synced 2025-06-29 06:32:16 +00:00
fix typo in arm clone() asm
This commit is contained in:
@ -29,7 +29,7 @@ clone:
|
||||
mov pc,r5
|
||||
2: mov r1,r0
|
||||
mov r0,#1
|
||||
svc
|
||||
svc 0
|
||||
|
||||
1: blx r5
|
||||
b 2b
|
||||
|
Reference in New Issue
Block a user