summaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index e5489c2c..4d041fce 100644
--- a/vm.c
+++ b/vm.c
@@ -643,6 +643,7 @@ static void vm_block(struct vm *vm, vm_word_t insn)
int saved_lev = vm->lev;
uw_block_begin (vm_get(vm->dspl, blname), result);
+ uw_blk.bl.cont_bottom = coerce(mem_t *, vm + 1);
result = vm_execute(vm);
uw_block_end;