summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppc603.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/powerpc/ppc603.c')
-rw-r--r--src/emu/cpu/powerpc/ppc603.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/powerpc/ppc603.c b/src/emu/cpu/powerpc/ppc603.c
index ab97be5112c..5985ce934ea 100644
--- a/src/emu/cpu/powerpc/ppc603.c
+++ b/src/emu/cpu/powerpc/ppc603.c
@@ -260,7 +260,7 @@ static int ppc603_execute(int cycles)
while( ppc_icount > 0 )
{
ppc.pc = ppc.npc;
- CALL_DEBUGGER(ppc.pc);
+ debugger_instruction_hook(Machine, ppc.pc);
if (MSR & MSR_IR)
opcode = ppc_readop_translated(ppc.pc);