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: