[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR, not ULONG

Fixes failed assertion on x64.
This commit is contained in:
Timo Kreuzer 2019-07-27 09:32:29 +02:00
parent adcae016c5
commit de679e8f33

View file

@ -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;
//