Skip to content

Commit a7170f4

Browse files
committed
Removing code for tlbia
Seems to be causing a regression in Mac OS X 10.0
1 parent 10f087b commit a7170f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cpu/ppc/ppcopcodes.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,12 +2018,6 @@ void dppc_interpreter::ppc_tlbia(uint32_t opcode) {
20182018
num_supervisor_instrs++;
20192019
#endif
20202020
/* placeholder */
2021-
if (ppc_state.msr & MSR::PR) {
2022-
ppc_exception_handler(Except_Type::EXC_PROGRAM, Exc_Cause::NOT_ALLOWED);
2023-
return;
2024-
}
2025-
2026-
LOG_F(ERROR, "tlbia needs to be implemented!");
20272021
}
20282022

20292023
void dppc_interpreter::ppc_tlbld(uint32_t opcode) {

0 commit comments

Comments
 (0)