diff options
-rw-r--r-- | src/lvm.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ const luaV_execute = function(L) { let ra = RA(L, base, i); let opcode = i.opcode; - if (i.breakpoint) // TODO: remove, used until lapi - return; - switch (opcode) { case OCi.OP_MOVE: { L.stack[ra] = L.stack[RB(L, base, i)]; |