mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-30 18:34:38 +01:00
kern: note OnFinalize calls in KPageTable::Finalize
This commit is contained in:
parent
4805a8cfd7
commit
a991bb2f5b
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user