dingusppc/debugger
Mihai Parparita 564c43c907 Remove ppc_cur_instruction global variable
Replace it wth an explicit opcode parameter that is passed around. That
is both slightly easier to reason about (to trace where it comes from)
and slightly faster, since it can be read from a register.

On my machine takes booting to "Welcome to Macintosh" being output in
a verbose boot of Mac OS X 10.2.8 from 31.8s to 30.6s (average of 5
runs, measured using deterministic mode and looking at when execution
reaches PC 0x90004a88).
2024-11-28 23:41:38 +01:00
..
CMakeLists.txt Fix includes for loguru and SDL. 2021-09-16 00:46:38 +02:00
debugger.cpp Remove ppc_cur_instruction global variable 2024-11-28 23:41:38 +01:00
debugger.h debugger: Fix interrupt signal. 2024-03-02 12:57:02 -07:00