diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-08-08 15:13:39 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:34 +0900 |
| commit | cb89e1f0d9d9f05e53705d228b69decbc428a650 (patch) | |
| tree | 348725848fbc3ef491392a90c55f47499392d4b2 /src/proc.c | |
| parent | 6bc5857125029aa519371b10625f7384767d7138 (diff) | |
| download | mruby-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.c | 1 |
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 */ |
