forked from ShuriZma/suyu
1
0
Fork 0

take in page properties by reference instead of by value

This commit is contained in:
Belal Ashraf 2024-04-08 16:36:08 +02:00 committed by Exverge
parent 3c9732c9d1
commit f91107da04
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ private:
Svc::MemoryState state) const;
Result AllocateAndMapPagesImpl(PageLinkedList* page_list, KProcessAddress address,
size_t num_pages, KMemoryPermission perm);
size_t num_pages, KPageProperties &perm);
Result MapPageGroupImpl(PageLinkedList* page_list, KProcessAddress address,
const KPageGroup& pg, const KPageProperties properties, bool reuse_ll);