summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppc403.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/powerpc/ppc403.c')
-rw-r--r--src/emu/cpu/powerpc/ppc403.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/powerpc/ppc403.c b/src/emu/cpu/powerpc/ppc403.c
index 85183e65b94..620a62f3c11 100644
--- a/src/emu/cpu/powerpc/ppc403.c
+++ b/src/emu/cpu/powerpc/ppc403.c
@@ -177,7 +177,7 @@ static int ppc403_execute(int cycles)
{
UINT32 opcode;
- CALL_DEBUGGER(ppc.pc);
+ debugger_instruction_hook(Machine, ppc.pc);
ppc.pc = ppc.npc;
ppc.npc += 4;
opcode = ROPCODE(ppc.pc);