mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[BOOTLIB]: Fix GCC build. Maybe I should stop using MSVC.
svn path=/trunk/; revision=73713
This commit is contained in:
parent
6eb6728488
commit
0cf270e3ca
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ MmPapFreePages (
|
|||
}
|
||||
|
||||
/* Free it from there */
|
||||
PhysicalAddress.QuadPart = (ULONGLONG)Address;
|
||||
PhysicalAddress.QuadPart = (ULONG_PTR)Address;
|
||||
return MmPapFreePhysicalPages(WhichList, 0, PhysicalAddress);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue