Commit 95473980 authored by Damien George's avatar Damien George

py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.

parent 7ac326c4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment