Use ppc_state instead of get_reg.

Might be a speedup if stepping through a few million instructions.
This commit is contained in:
joevt
2023-09-05 03:54:20 -07:00
committed by dingusdev
parent d2aee8af0f
commit 6b82e15c14
+1
View File
@@ -649,6 +649,7 @@ void DppcDebugger::enter_debugger() {
delete_prompt();
}
for (; --count >= 0;) {
addr = ppc_state.pc;
ppc_exec_single();
}
}