mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:47:21 +00:00
Fix gcc build
svn path=/trunk/; revision=55398
This commit is contained in:
parent
36a816a584
commit
b7f8e21b52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue