mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-03 00:29:48 +00:00
ppcexceptions: Memory exceptions use mmu handler.
This commit is contained in:
parent
fb9b6886fa
commit
61b29f6fab
@ -310,5 +310,5 @@ unexpected_instruction:
|
|||||||
|
|
||||||
ppc_state.spr[SPR::DSISR] = dsisr;
|
ppc_state.spr[SPR::DSISR] = dsisr;
|
||||||
ppc_state.spr[SPR::DAR] = ea;
|
ppc_state.spr[SPR::DAR] = ea;
|
||||||
ppc_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
|
mmu_exception_handler(Except_Type::EXC_ALIGNMENT, 0x0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user