Re-insert code for tlbia

BeOS uses this as part of its boot handler.
This commit is contained in:
dingusdev
2025-03-21 18:57:17 -07:00
parent a7170f4956
commit 130beabf2a
+6
View File
@@ -2018,6 +2018,12 @@ void dppc_interpreter::ppc_tlbia(uint32_t opcode) {
num_supervisor_instrs++;
#endif
/* placeholder */
if (ppc_state.msr & MSR::PR) {
ppc_exception_handler(Except_Type::EXC_PROGRAM, Exc_Cause::NOT_ALLOWED);
return;
}
LOG_F(ERROR, "tlbia needs to be implemented!");
}
void dppc_interpreter::ppc_tlbld(uint32_t opcode) {