summaryrefslogtreecommitdiffhomepage
path: root/src/proc.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-08-08 15:13:39 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:34 +0900
commitcb89e1f0d9d9f05e53705d228b69decbc428a650 (patch)
tree348725848fbc3ef491392a90c55f47499392d4b2 /src/proc.c
parent6bc5857125029aa519371b10625f7384767d7138 (diff)
downloadmruby-cb89e1f0d9d9f05e53705d228b69decbc428a650.tar.gz
mruby-cb89e1f0d9d9f05e53705d228b69decbc428a650.zip
Adjust PR #5060 to the latest `mruby3` branch.
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 */