Skip to content

Commit

Permalink
make console app run in "fastest" mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ibudiselic committed Jan 21, 2015
1 parent e75e4b6 commit 13041f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consoleapp/frisc-console.js
Expand Up @@ -240,5 +240,5 @@ function runProgram(frisc_asmsource) {
return;
}

simulator.CPU.run();
simulator.CPU.run(true); // run in "fastests" mode
}

0 comments on commit 13041f3

Please sign in to comment.