mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-28 10:36:53 -06:00
take in page properties by reference instead of by value
This commit is contained in:
parent
3c9732c9d1
commit
f91107da04
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user