提交 7be3b5a0 编写于 作者: R Rich Felker

avoid blx instruction which does not exist on armv4t or armv4

上级 649cec5f
......@@ -31,5 +31,6 @@ clone:
mov r0,#1
svc 0
1: blx r5
1: mov lr,pc
bx r5
b 2b
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册