From d9d49c89bdfd1745209ce20b37f963dc615b7928 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 27 Nov 2013 00:11:06 +0000 Subject: [PATCH] [NTOSKRNL] Undo unwanted change. Noticed by Hermes. svn path=/trunk/; revision=61111 --- reactos/ntoskrnl/mm/ARM3/section.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/ARM3/section.c b/reactos/ntoskrnl/mm/ARM3/section.c index ef79a3c7f6e..d92a4adc5c0 100644 --- a/reactos/ntoskrnl/mm/ARM3/section.c +++ b/reactos/ntoskrnl/mm/ARM3/section.c @@ -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 */