diff --git a/static/compiler.js b/static/compiler.js index ef8045eb..17d46d04 100644 --- a/static/compiler.js +++ b/static/compiler.js @@ -274,7 +274,7 @@ define(function (require) { Compiler.prototype.getBinaryForLine = function (line) { var obj = this.assembly[line - 1]; - if (!obj) return '
????
????
';; + if (!obj) return '
????
????
'; var address = obj.address ? obj.address.toString(16) : ""; var opcodes = '
'; _.each(obj.opcodes, function (op) {