Skip to content

Commit

Permalink
Fixed bug with using . pseudo-label with post-declared labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Olshin committed Apr 28, 2012
1 parent 42cbca5 commit b8725af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/assembler.js
Expand Up @@ -941,6 +941,7 @@ var Assembler = {
logger(i, pc, pos, text, fatal);
if (fatal) aborted = true;
};
labels["."] = info.pc;
infos[i] = this.resolveLine(infos[i], labels, l_logger);
if (!infos[i]) break;
for (var j = 0; j < infos[i].dump.length; j++) {
Expand Down

0 comments on commit b8725af

Please sign in to comment.