Commit fa1a1e6d authored by mirichi's avatar mirichi

Refactoring OP_CALL

parent 49abcd4c
......@@ -1114,7 +1114,7 @@ RETRY_TRY_BLOCK:
}
regs = mrb->c->stack;
regs[0] = m->env->stack[0];
pc = m->body.irep->iseq;
pc = irep->iseq;
JUMP;
}
}
......
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