mirror of
https://github.com/stenzek/duckstation.git
synced 2026-04-05 21:50:48 +00:00
CPU: Fix cop0 breakpoints triggering too late
This commit is contained in:
@@ -535,7 +535,7 @@ ALWAYS_INLINE_RELEASE void CPU::Cop0ExecutionBreakpointCheck()
|
||||
if (!g_state.cop0_regs.dcic.ExecutionBreakpointsEnabled())
|
||||
return;
|
||||
|
||||
const u32 pc = g_state.current_instruction_pc;
|
||||
const u32 pc = g_state.pc;
|
||||
const u32 bpc = g_state.cop0_regs.BPC;
|
||||
const u32 bpcm = g_state.cop0_regs.BPCM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user