mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[NTOSKRNL]: Kill not-needed assertion.
svn path=/trunk/; revision=57216
This commit is contained in:
parent
07c872333e
commit
ec28155f4f
1 changed files with 3 additions and 1 deletions
|
@ -1085,7 +1085,9 @@ MiDispatchFault(IN BOOLEAN StoreInstruction,
|
|||
Process,
|
||||
LockIrql,
|
||||
TrapInformation);
|
||||
ASSERT(Status == STATUS_SUCCESS);
|
||||
//ASSERT(Status != STATUS_ISSUE_PAGING_IO);
|
||||
//ASSERT(Status != STATUS_REFAULT);
|
||||
//ASSERT(Status != STATUS_PTE_CHANGED);
|
||||
|
||||
/* Did the routine clean out the PFN or should we? */
|
||||
if (OutPfn)
|
||||
|
|
Loading…
Reference in a new issue