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