mirror of git://git.musl-libc.org/musl
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
|
||||
svc 0
|
||||
|
||||
1: blx r5
|
||||
1: mov lr,pc
|
||||
bx r5
|
||||
b 2b
|
||||
|
|
Loading…
Reference in New Issue