Revert Memory exceptions use mmu handler.

This commit is contained in:
dingusdev 2024-02-20 18:22:55 -07:00
parent 1d938c93b6
commit 9dad9ea38b
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;
mmu_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
ppc_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
}