diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-03-02 21:15:42 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-03 14:39:45 +0100 |
commit | 0ba3c5d516b1a0b67cff6d5f4b4583284086dd4b (patch) | |
tree | 72db338fe02e0e4b84238a54e422bbc21b40a5d0 /src/lcode.js | |
parent | 319c40c4439a9eda7bd4a68769057cb12b04755a (diff) | |
download | fengari-0ba3c5d516b1a0b67cff6d5f4b4583284086dd4b.tar.gz fengari-0ba3c5d516b1a0b67cff6d5f4b4583284086dd4b.tar.bz2 fengari-0ba3c5d516b1a0b67cff6d5f4b4583284086dd4b.zip |
load, luaL_loadbuffer(x), luaL_loadstring, lua_replace, lua_isnone, lua_isnoneornil, lua_setupvalue
Diffstat (limited to 'src/lcode.js')
-rw-r--r-- | src/lcode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcode.js b/src/lcode.js index 9fb32e2..fedf1e2 100644 --- a/src/lcode.js +++ b/src/lcode.js @@ -359,7 +359,7 @@ const luaK_patchclose = function(fs, list, level) { ** line information. Return 'i' position. */ const luaK_code = function(fs, i) { - console.log(`${i.opcode}\t${i.A}\t${i.B}\t${i.C}\t${i.Ax}\t${i.Bx}\t${i.sBx}`); + // console.log(`${i.opcode}\t${i.A}\t${i.B}\t${i.C}\t${i.Ax}\t${i.Bx}\t${i.sBx}`); let f = fs.f; dischargejpc(fs); /* 'pc' will change */ /* put new instruction in code array */ |