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