mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOSKRNL]: Kill not-needed assertion.
svn path=/trunk/; revision=57216
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user