summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp32/dsp32ops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp32/dsp32ops.hxx')
-rw-r--r--src/devices/cpu/dsp32/dsp32ops.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/dsp32/dsp32ops.hxx b/src/devices/cpu/dsp32/dsp32ops.hxx
index f8970c55405..ecffcde443c 100644
--- a/src/devices/cpu/dsp32/dsp32ops.hxx
+++ b/src/devices/cpu/dsp32/dsp32ops.hxx
@@ -126,7 +126,7 @@ inline void dsp32c_device::execute_one()
PROCESS_DEFERRED_MEMORY();
m_ppc = PC;
- debugger_instruction_hook(this, PC);
+ debugger_instruction_hook(PC);
op = ROPCODE(PC);
m_icount -= 4; // 4 clocks per cycle
PC += 4;