From e92d4e2680716d3e16a264e46394cb6e458699f9 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 7 Nov 2013 03:54:22 +0900 Subject: modified to use irep->reps to reference child ireps. preparation for removing irep array from mrb_state. note that instructions OP_LAMBDA, OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed. --- src/proc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/proc.c') diff --git a/src/proc.c b/src/proc.c index c8d09e62d..0481e9790 100644 --- a/src/proc.c +++ b/src/proc.c @@ -189,7 +189,6 @@ mrb_init_proc(mrb_state *mrb) *call_irep = mrb_irep_zero; call_irep->flags = MRB_ISEQ_NO_FREE; - call_irep->idx = -1; call_irep->iseq = call_iseq; call_irep->ilen = 1; -- cgit v1.2.3