mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-05 12:22:09 -06:00
fix formatting (part 1)
This commit is contained in:
@@ -1594,7 +1594,7 @@ size_t KPageTableBase::GetAliasCodeDataSize() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result KPageTableBase::AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
|
Result KPageTableBase::AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
|
||||||
size_t num_pages, KPageProperties &perm) {
|
size_t num_pages, KPageProperties& perm) {
|
||||||
ASSERT(this->IsLockedByCurrentThread());
|
ASSERT(this->IsLockedByCurrentThread());
|
||||||
|
|
||||||
// Create a page group to hold the pages we allocate.
|
// Create a page group to hold the pages we allocate.
|
||||||
|
|||||||
Reference in New Issue
Block a user