mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[NTOSKRNL] Typo fail, real fix.
svn path=/trunk/; revision=57349
This commit is contained in:
parent
83736d77a5
commit
6f3acf748b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue