mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-22 00:17:00 +00:00
Use ppc_state instead of get_reg.
Might be a speedup if stepping through a few million instructions.
This commit is contained in:
@@ -649,6 +649,7 @@ void DppcDebugger::enter_debugger() {
|
||||
delete_prompt();
|
||||
}
|
||||
for (; --count >= 0;) {
|
||||
addr = ppc_state.pc;
|
||||
ppc_exec_single();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user