mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Undo unwanted change. Noticed by Hermes. svn path=/trunk/; revision=61111
This commit is contained in:
@@ -198,7 +198,7 @@ MiMakeProtectionMask(IN ULONG Protect)
|
||||
}
|
||||
|
||||
/* This actually turns on guard page in this scenario! */
|
||||
ProtectMask |= MM_DECOMMIT;
|
||||
ProtectMask |= MM_GUARDPAGE;
|
||||
}
|
||||
|
||||
/* Check for nocache option */
|
||||
|
||||
Reference in New Issue
Block a user