summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i860/i860dec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i860/i860dec.hxx')
-rw-r--r--src/devices/cpu/i860/i860dec.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i860/i860dec.hxx b/src/devices/cpu/i860/i860dec.hxx
index c33f2d0b7e8..dedf86028cc 100644
--- a/src/devices/cpu/i860/i860dec.hxx
+++ b/src/devices/cpu/i860/i860dec.hxx
@@ -4448,7 +4448,7 @@ void i860_cpu_device::execute_run()
#endif
savepc = m_pc;
- debugger_instruction_hook(this, m_pc);
+ debugger_instruction_hook(m_pc);
decode_exec (ifetch (m_pc), 1);
m_exiting_ifetch = 0;