fix bad opcode in arm syscall_cp_asm
This commit is contained in:
parent
4da268f74b
commit
4d4f13e581
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue