Closed
Description
When the repeat count isn't greater than 0, the loop should be skipped. The current implementation jumps to the next OP_LOOP_END
instruction which is incorrect because the nested loop has that instruction too before the repeat loop's end instruction.
This script results in a crash because the repeat until loop's end instruction isn't able to read the start address because the list of loops is empty.