summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp32/dsp32ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/dsp32/dsp32ops.c')
-rw-r--r--src/emu/cpu/dsp32/dsp32ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/dsp32/dsp32ops.c b/src/emu/cpu/dsp32/dsp32ops.c
index 2d0f5c2b056..233b4aab0ef 100644
--- a/src/emu/cpu/dsp32/dsp32ops.c
+++ b/src/emu/cpu/dsp32/dsp32ops.c
@@ -130,7 +130,7 @@ static void unimplemented(dsp32_state *cpustate, UINT32 op)
INLINE void execute_one(dsp32_state *cpustate)
{
UINT32 op;
-
+
PROCESS_DEFERRED_MEMORY(cpustate);
debugger_instruction_hook(cpustate->device, cpustate->PC);
op = ROPCODE(cpustate, cpustate->PC);