Skip to content

Commit

Permalink
Fixup detection of failed assembly, thx MorrisMA
Browse files Browse the repository at this point in the history
  • Loading branch information
BigEd committed Dec 30, 2012
1 parent 66f8e22 commit c039b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ function SimulatorWidget(node) {
codeLen = 0;
for (var i = 0; i < lines.length; i++) {
if (!assembleLine(lines[i], i)) {
codeAssembleddOK = false;
codeAssembledOK = false;
break;
}
}
Expand Down

0 comments on commit c039b63

Please sign in to comment.