diff options
Diffstat (limited to 'vm.c')
-rw-r--r-- | vm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -815,6 +815,7 @@ NOINLINE static void vm_block(struct vm *vm, vm_word_t insn) uw_block_begin (vm_get(vm->dspl, blname), result); uw_blk.bl.cont_bottom = coerce(mem_t *, vm + 1); result = vm_execute(vm); + exitpt = vm->ip; uw_block_end; vm_set(vm->dspl, outreg, result); |