mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-23 05:29:26 +00:00
Revert Memory exceptions use mmu handler.
This commit is contained in:
parent
1d938c93b6
commit
9dad9ea38b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user