aboutsummaryrefslogtreecommitdiff
path: root/src/lopcodes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lopcodes.js')
-rw-r--r--src/lopcodes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lopcodes.js b/src/lopcodes.js
index 383e9c5..6bdfd7c 100644
--- a/src/lopcodes.js
+++ b/src/lopcodes.js
@@ -78,10 +78,10 @@ const ISK = function (x) {
const INDEXK = function (r) {
return r & ~BITRK;
-}
+};
/* number of list items to accumulate before a SETLIST instruction */
-const LFIELDS_PER_FLUSH = 50
+const LFIELDS_PER_FLUSH = 50;
module.exports = {
OpCodes: OpCodes,