summaryrefslogtreecommitdiff
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 e6679729b..5011af5c3 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -935,7 +935,7 @@ unwind_jump:;
#if MICROPY_STACKLESS_STRICT
else {
deep_recursion_error:
- mp_exc_recursion_depth();
+ mp_raise_recursion_depth();
}
#else
// If we couldn't allocate codestate on heap, in