diff options
Diffstat (limited to 'src/lvm.js')
-rw-r--r-- | src/lvm.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ const luaV_execute = function(L) { if (i.breakpoint) // TODO: remove, used until lapi return; + console.log(`> ${opcode}`); switch (opcode) { case "OP_MOVE": { L.stack[ra] = L.stack[RB(L, base, i)]; |