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
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