We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f7124 commit 90f41efCopy full SHA for 90f41ef
libcpu/arm/s3c24x0/start_gcc.S
@@ -191,7 +191,7 @@ reset:
191
copy_loop:
192
ldmia r0!, {r3-r10} /* copy from source address [r0] */
193
stmia r1!, {r3-r10} /* copy to target address [r1] */
194
- cmp r0, r2 /* until source end addreee [r2] */
+ cmp r0, r2 /* until source end address [r2] */
195
ble copy_loop
196
197
/* setup stack */
0 commit comments