mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[NTOS]: Fix a typo spotted by Stefan.
svn path=/trunk/; revision=56296
This commit is contained in:
@@ -1130,7 +1130,7 @@ UserFault:
|
||||
MiCheckPdeForPagedPool(Address);
|
||||
#endif
|
||||
/* Has the code above changed anything -- is this now a valid PTE? */
|
||||
Status = (PointerPte->u.Hard.Valid == 1) ? STATUS_SUCCESS : STATUS_ACCESS_VIOLATION;
|
||||
Status = (PointerPde->u.Hard.Valid == 1) ? STATUS_SUCCESS : STATUS_ACCESS_VIOLATION;
|
||||
|
||||
/* Either this was a bogus VA or we've fixed up a paged pool PDE */
|
||||
MiUnlockProcessWorkingSet(CurrentProcess, CurrentThread);
|
||||
|
||||
Reference in New Issue
Block a user