From cc202fdc318d0cc3df2a4d359c2972bab3250b9f Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 25 Nov 2010 22:03:56 +0000 Subject: [PATCH] [FREELDR] - Conditionally enable heap-related debugging and validation checks by an MM_DBG define for all architectures. Inspired by 49744. svn path=/trunk/; revision=49792 --- reactos/boot/freeldr/freeldr/rtl/bget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/rtl/bget.c b/reactos/boot/freeldr/freeldr/rtl/bget.c index 60f0dcae93e..fb6c2d49d34 100644 --- a/reactos/boot/freeldr/freeldr/rtl/bget.c +++ b/reactos/boot/freeldr/freeldr/rtl/bget.c @@ -407,7 +407,7 @@ all buffers allocated are a multiple of this size. This MUST be a power of two. */ -#ifndef _M_ARM +#ifdef MM_DBG #define BufDump 1 /* Define this symbol to enable the bpoold() function which dumps the