kern: update KPageTable::Unmap block closing logic

This commit is contained in:
Michael Scire
2021-09-17 16:54:49 -07:00
parent 62fe20693e
commit ecd2392ff4
3 changed files with 20 additions and 3 deletions

View File

@@ -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(); }