diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-12 15:18:42 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-12 16:54:54 +1000 |
commit | f47e66cf8d6e433a1036113a69ec421966d3509c (patch) | |
tree | b00212eb487b4d1e0eccb394c1dbc69395708f72 /src/lvm.js | |
parent | 7b9be30e478d09e3bf533b445584107f65c5fdbc (diff) | |
download | fengari-f47e66cf8d6e433a1036113a69ec421966d3509c.tar.gz fengari-f47e66cf8d6e433a1036113a69ec421966d3509c.tar.bz2 fengari-f47e66cf8d6e433a1036113a69ec421966d3509c.zip |
src/ldo.js: Don't bother keeping around a pool of CallInfo objects
Diffstat (limited to 'src/lvm.js')
-rw-r--r-- | src/lvm.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -494,6 +494,7 @@ const luaV_execute = function(L) { oci.l_savedpc = nci.l_savedpc; oci.pcOff = nci.pcOff; oci.callstatus |= lstate.CIST_TAIL; + oci.next = null; L.ci = oci; ci = L.ci; L.ciOff--; |