ppcexceptions: Memory exceptions use mmu handler.

This commit is contained in:
joevt 2024-02-19 21:15:50 -08:00 committed by dingusdev
parent fb9b6886fa
commit 61b29f6fab
1 changed files with 1 additions and 1 deletions

View File

@ -310,5 +310,5 @@ unexpected_instruction:
ppc_state.spr[SPR::DSISR] = dsisr;
ppc_state.spr[SPR::DAR] = ea;
ppc_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
mmu_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
}