Skip to content

Commit 8e1c813

Browse files
committed
Compiler: Do not skip top level blocks
1 parent 1ce76a9 commit 8e1c813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/engine/compiler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ void Compiler::compile()
2323
// Add start instruction
2424
addInstruction(OP_START);
2525

26-
m_block = m_block->next();
2726
while (m_block) {
2827
size_t substacks = m_substackTree.size();
2928

0 commit comments

Comments
 (0)