mirror of git://git.musl-libc.org/musl
fix bad opcode in arm syscall_cp_asm
This commit is contained in:
parent
4da268f74b
commit
4d4f13e581
|
@ -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…
Reference in New Issue