diff --git a/ntoskrnl/ex/init.c b/ntoskrnl/ex/init.c index e39b00070f4..537fba3593b 100644 --- a/ntoskrnl/ex/init.c +++ b/ntoskrnl/ex/init.c @@ -1000,7 +1000,7 @@ ExpInitializeExecutive(IN ULONG Cpu, { /* Read the number of pages we'll use */ PerfMemUsed = atol(PerfMem + 1) * (1024 * 1024 / PAGE_SIZE); - if (PerfMem) + if (PerfMemUsed) { /* FIXME: TODO */ DPRINT1("BBT performance mode not yet supported."