mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NTOS:MM] Fix one occurrence of MiDeletePte instead of MiDeletePde
This commit is contained in:
@@ -365,7 +365,7 @@ MmDeletePageFileMapping(
|
||||
{
|
||||
/* We can let it go */
|
||||
KIRQL OldIrql = MiAcquirePfnLock();
|
||||
MiDeletePte(MiAddressToPte(PointerPte), PointerPte, Process, NULL);
|
||||
MiDeletePde(MiPteToPde(PointerPte), Process);
|
||||
MiReleasePfnLock(OldIrql);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user