diff --git a/reactos/ntoskrnl/mm/ARM3/init.c b/reactos/ntoskrnl/mm/ARM3/init.c index 8a28378b7c6..3fa4ba6bd1f 100644 --- a/reactos/ntoskrnl/mm/ARM3/init.c +++ b/reactos/ntoskrnl/mm/ARM3/init.c @@ -718,7 +718,7 @@ MmArmInitSystem(IN ULONG Phase, // // Do a little test of the nonpaged pool allocator // - if (1) + if (0) { ULONG i = 0; PVOID Buffers[4096];