mirror of
https://github.com/fluencelabs/musl
synced 2025-05-29 23:51:34 +00:00
avoid blx instruction which does not exist on armv4t or armv4
This commit is contained in:
parent
649cec5f98
commit
7be3b5a073
@ -31,5 +31,6 @@ clone:
|
|||||||
mov r0,#1
|
mov r0,#1
|
||||||
svc 0
|
svc 0
|
||||||
|
|
||||||
1: blx r5
|
1: mov lr,pc
|
||||||
|
bx r5
|
||||||
b 2b
|
b 2b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user