https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2daf2391a6cac848d4ae6e6951591a321b5b8535

commit 2daf2391a6cac848d4ae6e6951591a321b5b8535
Author: Pierre Schweitzer <[email protected]>
AuthorDate: Fri Dec 29 18:22:37 2017 +0100

    [NTOSKNRL] Addendum to 9a633f7
---
 ntoskrnl/mm/ARM3/expool.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ntoskrnl/mm/ARM3/expool.c b/ntoskrnl/mm/ARM3/expool.c
index e892999ed3..4b5a8afbe8 100644
--- a/ntoskrnl/mm/ARM3/expool.c
+++ b/ntoskrnl/mm/ARM3/expool.c
@@ -497,10 +497,12 @@ MiDumpPoolConsumers(BOOLEAN CalledFromDbg, ULONG Tag, 
ULONG Mask)
         DPRINT1("---------------------\n");
         DPRINT1("Out of memory dumper!\n");
     }
+#ifdef KDBG
     else
     {
         KdbpPrint("Pool Used:\n");
     }
+#endif
 
     //
     // Print table header

Reply via email to