summaryrefslogtreecommitdiffhomepage
path: root/src/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proc.c')
-rw-r--r--src/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proc.c b/src/proc.c
index 14ba407d8..de463df3e 100644
--- a/src/proc.c
+++ b/src/proc.c
@@ -17,6 +17,7 @@ static const mrb_code call_iseq[] = {
static const mrb_irep call_irep = {
0, /* nlocals */
2, /* nregs */
+ 0, /* clen */
MRB_ISEQ_NO_FREE | MRB_IREP_NO_FREE, /* flags */
call_iseq, /* iseq */
NULL, /* pool */