Skip to content

Commit 2665942

Browse files
committed
Lock frame in the wait block
1 parent 233c37b commit 2665942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blocks/controlblocks.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ unsigned int ControlBlocks::wait(VirtualMachine *vm)
184184
vm->stop(true, true, false);
185185
} else
186186
vm->stop(true, true, true);
187+
188+
vm->engine()->lockFrame();
187189
return 0;
188190
}
189191

0 commit comments

Comments
 (0)