fix bad opcode in arm syscall_cp_asm

This commit is contained in:
Rich Felker 2012-05-23 15:58:53 -04:00
parent 4da268f74b
commit 4d4f13e581
1 changed files with 1 additions and 1 deletions

View File

@ -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