mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 02:51:33 +08:00
Update start_gcc.S
This commit is contained in:
parent
90f41ef8a2
commit
5e507448ee
@ -107,7 +107,7 @@ reset:
|
||||
copy_loop:
|
||||
ldmia r0!, {r3-r10} /* copy from source address [r0] */
|
||||
stmia r1!, {r3-r10} /* copy to target address [r1] */
|
||||
cmp r0, r2 /* until source end addreee [r2] */
|
||||
cmp r0, r2 /* until source end address [r2] */
|
||||
ble copy_loop
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user