mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOS:EX] ExpInitializeExecutive(): Fix 'PerfMem' copypasta (#2841)
Detected by Cppcheck: identicalInnerCondition.
Addendum to commit c307d73c
(r25621).
This commit is contained in:
parent
dd7fb63cd1
commit
de0ce9dd02
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue