Right, but the same code in 8l does the while loop, and most of the code in 5l does the while loop, so for consistency it seems it should also be a while loop here.
On Dec 10, 2014, at 2:07 AM, Charles Forsyth <[email protected]> wrote: > > On Wed, Dec 10, 2014 at 1:19 AM, yoann padioleau <[email protected]> > wrote: > it should be while(chunk < sizeof(Prog)) > > a hunk is always much bigger than sizeof(Prog) so it's the same as if
