Across-the-board debugger fix

This commit is contained in:
Jeff 2016-09-27 09:34:56 -07:00 committed by Jeff Parsons
commit 9727a2d4df
3 changed files with 266 additions and 274 deletions

View file

@ -3177,7 +3177,6 @@ if (DEBUGGER) {
this.println("unknown register: " + sReg);
return;
}
cpu.updateCPU();
this.println("updated registers:");
}