diff options
Diffstat (limited to 'src/devices/cpu/dsp32/dsp32ops.hxx')
-rw-r--r-- | src/devices/cpu/dsp32/dsp32ops.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/dsp32/dsp32ops.hxx b/src/devices/cpu/dsp32/dsp32ops.hxx index e89aa74fed7..696e4f14885 100644 --- a/src/devices/cpu/dsp32/dsp32ops.hxx +++ b/src/devices/cpu/dsp32/dsp32ops.hxx @@ -125,6 +125,7 @@ inline void dsp32c_device::execute_one() UINT32 op; PROCESS_DEFERRED_MEMORY(); + m_ppc = PC; debugger_instruction_hook(this, PC); op = ROPCODE(PC); m_icount -= 4; // 4 clocks per cycle |