Skip to content
Snippets Groups Projects
Commit 69975df3 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

vm: WITH_CLEANUP: use POP_EXC_BLOCK().

parent a0ad77ba
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ dispatch_loop:
// on value stack)
assert(exc_sp >= exc_stack);
assert(exc_sp->opcode == MP_BC_SETUP_WITH);
exc_sp--;
POP_EXC_BLOCK();
PUSH(mp_const_none);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment