Skip to content

Commit 5e50744

Browse files
authored
Update start_gcc.S
1 parent 90f41ef commit 5e50744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/arm/s3c44b0/start_gcc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ reset:
107107
copy_loop:
108108
ldmia r0!, {r3-r10} /* copy from source address [r0] */
109109
stmia r1!, {r3-r10} /* copy to target address [r1] */
110-
cmp r0, r2 /* until source end addreee [r2] */
110+
cmp r0, r2 /* until source end address [r2] */
111111
ble copy_loop
112112
#endif
113113

0 commit comments

Comments
 (0)