Browse Source

fix bad opcode in arm syscall_cp_asm

Rich Felker 13 years ago
parent
commit
4d4f13e581
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/thread/arm/syscall_cp.s

+ 1 - 1
src/thread/arm/syscall_cp.s

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