Skip to content

Commit 30adc15

Browse files
committed
VirtualMachine: Remove bytecode assertion from reset()
1 parent eea6528 commit 30adc15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/engine/virtualmachine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void VirtualMachine::kill()
185185
/*! Jumps back to the initial position. */
186186
void VirtualMachine::reset()
187187
{
188-
assert(impl->bytecode);
189188
impl->pos = impl->bytecode;
190189
impl->atEnd = false;
191190

0 commit comments

Comments
 (0)