mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
kern: note OnFinalize calls in KPageTable::Finalize
This commit is contained in:
parent
39a95d4023
commit
7b523cfc8d
@ -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…
x
Reference in New Issue
Block a user