[NTOSKRNL]

Undo unwanted change. Noticed by Hermes.

svn path=/trunk/; revision=61111
This commit is contained in:
Timo Kreuzer 2013-11-27 00:11:06 +00:00
parent 4019985115
commit d9d49c89bd

View file

@ -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 */