mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Fixed a crash in PAE mode and without the '/3GB' switch.
svn path=/trunk/; revision=13319
This commit is contained in:
parent
5d781df325
commit
b142dbd5d2
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ NTSTATUS Mmi386ReleaseMmInfo(PEPROCESS Process)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (i == PAE_ADDR_TO_PDTE_OFFSET(HYPERSPACE))
|
||||
{
|
||||
MmReleasePageMemoryConsumer(MC_NPPOOL, PAE_PTE_TO_PFN(PageDir[PAE_ADDR_TO_PDE_PAGE_OFFSET(HYPERSPACE)]));
|
||||
MmReleasePageMemoryConsumer(MC_NPPOOL, PAE_PTE_TO_PFN(PageDir[PAE_ADDR_TO_PDE_PAGE_OFFSET(HYPERSPACE)+1]));
|
||||
|
|
Loading…
Reference in a new issue