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.
2 parents 7b055bd + 5e50744 commit 4b33ba9Copy full SHA for 4b33ba9
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 */
libcpu/arm/s3c44b0/start_gcc.S
@@ -107,7 +107,7 @@ reset:
107
108
109
110
111
112
#endif
113
0 commit comments