mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 21:29:28 +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++;
|
||||
#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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user