mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTOS:MM] Do not assert on a case we actually support
This commit is contained in:
committed by
Jérôme Gardou
parent
f12e6016b6
commit
0573de22a0
@@ -5035,7 +5035,7 @@ NtAllocateVirtualMemory(IN HANDLE ProcessHandle,
|
||||
if (PointerPte->u.Soft.Valid == 0)
|
||||
{
|
||||
ASSERT(PointerPte->u.Soft.Prototype == 0);
|
||||
ASSERT(PointerPte->u.Soft.PageFileHigh == 0);
|
||||
ASSERT((PointerPte->u.Soft.PageFileHigh == 0) || (PointerPte->u.Soft.Transition == 1));
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user