Refactoring OP_CALL

This commit is contained in:
mirichi
2014-04-25 21:49:29 +09:00
parent 49abcd4c02
commit fa1a1e6db8
+1 -1
View File
@@ -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;
}
}