do while -> while

pull/4525/head
Fahrzin Hemmati 2017-06-12 05:12:45 -07:00 committed by GitHub
parent 53f5f662ca
commit 28e8bc04e9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ CopyDataInit:
adds r3, r3, #4
LoopCopyDataInit:
// do {...} while (_sdata + r3 < _edata)
// while (_sdata + r3 < _edata)
adds r4, r0, r3
// if (r4 < r1) branch to CopyDataInit
cmp r4, r1