diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-08 23:20:21 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-09 14:25:53 +1000 |
commit | 9c52b8b86210afc2fdf896030c434ed503a2b188 (patch) | |
tree | 446037846ba708faa16cee68927c823efc51ceaf /src/lvm.js | |
parent | 9d1b2502045fe7d7bb86570779636c9bbc2ba19a (diff) | |
download | fengari-9c52b8b86210afc2fdf896030c434ed503a2b188.tar.gz fengari-9c52b8b86210afc2fdf896030c434ed503a2b188.tar.bz2 fengari-9c52b8b86210afc2fdf896030c434ed503a2b188.zip |
src/lvm.js: Remove i.breakpoint hack
Diffstat (limited to 'src/lvm.js')
-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)]; |