mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 19:26:55 -04:00
kern: update KPageTable::Unmap block closing logic
This commit is contained in:
parent
8b49cea4a9
commit
4c73c461f1
3 changed files with 20 additions and 3 deletions
|
@ -86,6 +86,7 @@ namespace ams::kern {
|
|||
explicit KPageGroup(KBlockInfoManager *m) : m_block_list(), m_manager(m) { /* ... */ }
|
||||
~KPageGroup() { this->Finalize(); }
|
||||
|
||||
void CloseAndReset();
|
||||
void Finalize();
|
||||
|
||||
iterator begin() const { return m_block_list.begin(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue