[NTOSKRNL] Typo fail, real fix.

svn path=/trunk/; revision=57349
This commit is contained in:
Alex Ionescu 2012-09-20 08:20:24 +00:00
parent 83736d77a5
commit 6f3acf748b

View file

@ -172,7 +172,7 @@ MiCheckPdeForSessionSpace(IN PVOID Address)
/* Now get the session-specific page table for this address */
SessionAddress = MiPteToAddress(Address);
PointerPde = MiAddressToPde(Address);
PointerPde = MiAddressToPte(Address);
if (PointerPde->u.Hard.Valid) return STATUS_WAIT_1;
/* It's not valid, so find it in the page table array */