kern: note OnFinalize calls in KPageTable::Finalize

This commit is contained in:
Michael Scire 2023-10-11 09:16:52 -07:00 committed by SciresM
parent 39a95d4023
commit 7b523cfc8d

View file

@ -236,9 +236,15 @@ namespace ams::kern::arch::arm64 {
/* Only process tables should be finalized. */
MESOSPHERE_ASSERT(!this->IsKernel());
/* NOTE: Here Nintendo calls an unknown OnFinalize function. */
/* this->OnFinalize(); */
/* Note that we've updated (to ensure we're synchronized). */
this->NoteUpdated();
/* NOTE: Here Nintendo calls a second unknown OnFinalize function. */
/* this->OnFinalize2(); */
/* Free all pages in the table. */
{
/* Get implementation objects. */