summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index 71e804c47f..141315ea8e 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -674,7 +674,7 @@ unwind_jump:;
exc_sp--; // pop exception handler
goto dispatch_loop; // run the exception handler
}
- exc_sp--;
+ POP_EXC_BLOCK();
}
ip = (const byte*)MP_OBJ_TO_PTR(POP()); // pop destination ip for jump
if (unum != 0) {