提交 4d4f13e5 编写于 作者: R Rich Felker

fix bad opcode in arm syscall_cp_asm

上级 4da268f7
......@@ -5,7 +5,7 @@ __syscall_cp_asm:
stmfd sp!,{r4,r5,r6,r7,lr}
.global __cp_begin
__cp_begin:
ld r0,[r0]
ldr r0,[r0]
cmp r0,#0
blne __cancel
mov r7,r1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册