Removed SAMPLER and RegFrame code (DEBUG-only code that's easy to resurrect if needed later)
This commit is contained in:
parent
d1d733e38b
commit
b944cff3b5
6 changed files with 2 additions and 139 deletions
|
|
@ -3416,7 +3416,7 @@ if (DEBUGGER) {
|
|||
|
||||
if (this.sMessagePrev && sMessage == this.sMessagePrev) return;
|
||||
|
||||
if (!SAMPLER) this.println(sMessage); // + " (" + this.cpu.getCycles() + " cycles)"
|
||||
this.println(sMessage); // + " (" + this.cpu.getCycles() + " cycles)"
|
||||
|
||||
this.sMessagePrev = sMessage;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue