fix compile errors in bsp:stm32f0x.

This commit is contained in:
aozima 2013-02-20 21:54:08 +08:00
parent eefb272cfd
commit 5fb028968b
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ LoopCopyDataInit:
/* Zero fill the bss segment. */
FillZerobss:
movs r3, #0
str r3, [r2], #4
str r3, [r2, #4]
adds r2, r2, #4
LoopFillZerobss:
ldr r3, = _ebss