kern: resolve MESOSPHERE_UNIMPLEMENTEDs other than UserException

This commit is contained in:
Michael Scire 2020-07-31 00:29:00 -07:00 committed by SciresM
parent 325802e29d
commit c9f8252577
4 changed files with 85 additions and 12 deletions

View file

@ -39,7 +39,4 @@ namespace ams::kern::arch::arm64 {
}
}
void KSupervisorPageTable::Finalize(s32 core_id) {
MESOSPHERE_UNIMPLEMENTED();
}
}