kern: update KPageTable::Unmap block closing logic
This commit is contained in:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user