Fix gcc build

svn path=/trunk/; revision=55398
This commit is contained in:
Timo Kreuzer 2012-02-03 21:12:18 +00:00
parent 36a816a584
commit b7f8e21b52

View file

@ -462,7 +462,7 @@ MmFindGapBottomUp(
/* Get the margins of the address space */
if (MmGetAddressSpaceOwner(AddressSpace) != NULL)
{
LowestAddress = MM_LOWEST_USER_ADDRESS;
LowestAddress = (ULONG_PTR)MM_LOWEST_USER_ADDRESS;
HighestAddress = (ULONG_PTR)MmHighestUserAddress;
}
else