mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Memory Tracker: If PageTable is nullptr, read the current one
This commit is contained in:
@ -651,7 +651,7 @@ namespace Memory
|
||||
void *RequestPages(uint64_t Count);
|
||||
void FreePages(void *Address, uint64_t Count);
|
||||
|
||||
Tracker(PageTable4 *PageTable);
|
||||
Tracker(PageTable4 *PageTable = nullptr);
|
||||
~Tracker();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user