We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b33a2a commit 0263f7bCopy full SHA for 0263f7b
1 file changed
src/engine/virtualmachine.cpp
@@ -176,6 +176,7 @@ void VirtualMachine::reset()
176
assert(impl->bytecode);
177
impl->pos = impl->bytecode;
178
impl->regCount = 0;
179
+ impl->atEnd = false;
180
}
181
182
/*! Moves back to the last vm::OP_CHECKPOINT instruction in the bytecode. */
0 commit comments