mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 20:29:46 +00:00
Partial revert for exception handling
This will be for a future update regarding 601 instructions
This commit is contained in:
parent
f605c484dd
commit
1922a20cdd
@ -2151,9 +2151,6 @@ void dppc_interpreter::ppc_tlbia() {
|
|||||||
num_supervisor_instrs++;
|
num_supervisor_instrs++;
|
||||||
#endif
|
#endif
|
||||||
/* placeholder */
|
/* placeholder */
|
||||||
if (ppc_state.spr[SPR::PVR] == PPC_VER::MPC601) {
|
|
||||||
ppc_exception_handler(Except_Type::EXC_PROGRAM, 0x0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void dppc_interpreter::ppc_tlbld() {
|
void dppc_interpreter::ppc_tlbld() {
|
||||||
@ -2175,7 +2172,4 @@ void dppc_interpreter::ppc_tlbsync() {
|
|||||||
num_supervisor_instrs++;
|
num_supervisor_instrs++;
|
||||||
#endif
|
#endif
|
||||||
/* placeholder */
|
/* placeholder */
|
||||||
if (ppc_state.spr[SPR::PVR] == PPC_VER::MPC601) {
|
|
||||||
ppc_exception_handler(Except_Type::EXC_PROGRAM, 0x0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user