summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index 10db35e25f..1fc5b4a57a 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -596,7 +596,7 @@ unwind_return:
break;
case MP_BC_IMPORT_STAR:
- rt_import_all(TOP());
+ rt_import_all(POP());
break;
default: