From 95473980ef350174095887451d80690657f3315a Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 20 Dec 2019 14:57:06 +1100 Subject: [PATCH] py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS. --- py/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/vm.c b/py/vm.c index 7c702f386..11dbffaff 100644 --- a/py/vm.c +++ b/py/vm.c @@ -269,7 +269,7 @@ outer_dispatch_loop: MICROPY_VM_HOOK_INIT // If we have exception to inject, now that we finish setting up - // execution context, raise it. This works as if RAISE_VARARGS + // execution context, raise it. This works as if MP_BC_RAISE_OBJ // bytecode was executed. // Injecting exc into yield from generator is a special case, // handled by MP_BC_YIELD_FROM itself