diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-01-18 17:53:08 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-01-18 17:53:08 +0900 |
| commit | fe0e45505b0d0fbf627c9a7df0b8df52d0c72321 (patch) | |
| tree | 876df1e39fa9116f362cd8514a5d5ce1f3c352e3 /src | |
| parent | c8536d977d477c87b61398d376339760ef1c77b1 (diff) | |
| download | mruby-fe0e45505b0d0fbf627c9a7df0b8df52d0c72321.tar.gz mruby-fe0e45505b0d0fbf627c9a7df0b8df52d0c72321.zip | |
Initialize callinfo->acc; ref #3243
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ cipush(mrb_state *mrb) ci->pc = 0; ci->err = 0; ci->proc = 0; + ci->acc = 0; return ci; } |
