LOOP: Correctly implement MXLOOPS and add a test.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Nov 2011 23:11:59 +0000 (16:11 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Nov 2011 16:19:23 +0000 (08:19 -0800)
Previously the MXLOOPS value was implemented incorrectly: the
loop would actually iterate MXLOOPS+1 times.  This commit fixes
the problem.


No differences found