mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG
Fixes failed assertion on x64.
This commit is contained in:
@@ -242,7 +242,7 @@ PMMPTE MiHighestUserPxe;
|
||||
/* These variables define the system cache address space */
|
||||
PVOID MmSystemCacheStart = (PVOID)MI_SYSTEM_CACHE_START;
|
||||
PVOID MmSystemCacheEnd;
|
||||
ULONG MmSizeOfSystemCacheInPages;
|
||||
ULONG_PTR MmSizeOfSystemCacheInPages;
|
||||
MMSUPPORT MmSystemCacheWs;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user