Merge branch 'aozima' into pulls

This commit is contained in:
aozima 2013-02-20 21:56:59 +08:00
commit 5fad83b0d6
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