Skip to content

Commit 90f41ef

Browse files
authored
Update start_gcc.S
1 parent 33f7124 commit 90f41ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/arm/s3c24x0/start_gcc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ reset:
191191
copy_loop:
192192
ldmia r0!, {r3-r10} /* copy from source address [r0] */
193193
stmia r1!, {r3-r10} /* copy to target address [r1] */
194-
cmp r0, r2 /* until source end addreee [r2] */
194+
cmp r0, r2 /* until source end address [r2] */
195195
ble copy_loop
196196

197197
/* setup stack */

0 commit comments

Comments
 (0)