TBD function no longer needed
This commit is contained in:
parent
051e12c87e
commit
f822efe1f0
4 changed files with 23 additions and 43 deletions
|
|
@ -1031,7 +1031,7 @@ CPU.prototype.runCPU = function(fOnClick)
|
|||
this.updateCPU();
|
||||
if (this.cmp) this.cmp.stop(usr.getTime(), this.getCycles());
|
||||
this.setBusy(false);
|
||||
this.setError(e.message);
|
||||
this.setError(e.stack || e.message);
|
||||
return;
|
||||
}
|
||||
setTimeout(this.onRunTimeout, this.calcRemainingTime());
|
||||
|
|
|
|||
Loading…
Reference in a new issue