On Wed, Mar 14, 2018 at 10:58 AM, Wei Liu <[email protected]> wrote: > The variable named ramsize is always non-zero at that point because > there is a check for zero a few lines before.
But this is a loop, and ramsize is modified during the loop. if bankmax[i] > ramsize, then banksize is set to ramsize, and the loop should terminate next time around. -George _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
