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 <charles.fors...@gmail.com> wrote: > > On Wed, Dec 10, 2014 at 1:19 AM, yoann padioleau <aryx.pada...@gmail.com> > wrote: > it should be while(chunk < sizeof(Prog)) > > a hunk is always much bigger than sizeof(Prog) so it's the same as if