Performance: Remove float state

This commit is contained in:
Barry Silverman
2010-10-14 21:00:07 -04:00
parent 33aa993c8d
commit 98ec727c50
3 changed files with 20 additions and 41 deletions

View File

@@ -172,10 +172,6 @@ var goldenChecksum;
// simulate a single clock phase, updating trace and highlighting layout
function step(){
if(!animateChipLayout){
halfStep();
return;
}
var s=stateString();
var m=getMem();
trace[cycle]= {chip: s, mem: m};