mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add forgotten loop_pop() in NODE_OP_ASGN codegen
This commit is contained in:
@@ -1746,6 +1746,7 @@ codegen(codegen_scope *s, node *tree, int val)
|
||||
genop(s, MKOP_A(OP_RESCUE, exc));
|
||||
genop(s, MKOP_A(OP_LOADF, exc));
|
||||
dispatch(s, noexc);
|
||||
loop_pop(s, NOVAL);
|
||||
}
|
||||
else if ((intptr_t)tree->car->car == NODE_CALL) {
|
||||
node *n = tree->car->cdr;
|
||||
|
||||
Reference in New Issue
Block a user