Across-the-board debugger fix
This commit is contained in:
parent
e322c5f912
commit
9727a2d4df
3 changed files with 266 additions and 274 deletions
|
|
@ -3177,7 +3177,6 @@ if (DEBUGGER) {
|
|||
this.println("unknown register: " + sReg);
|
||||
return;
|
||||
}
|
||||
|
||||
cpu.updateCPU();
|
||||
this.println("updated registers:");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue