We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea6528 commit 30adc15Copy full SHA for 30adc15
1 file changed
src/engine/virtualmachine.cpp
@@ -185,7 +185,6 @@ void VirtualMachine::kill()
185
/*! Jumps back to the initial position. */
186
void VirtualMachine::reset()
187
{
188
- assert(impl->bytecode);
189
impl->pos = impl->bytecode;
190
impl->atEnd = false;
191
0 commit comments