Author: fireball Date: Thu Nov 25 22:03:56 2010 New Revision: 49792
URL: http://svn.reactos.org/svn/reactos?rev=49792&view=rev Log: [FREELDR] - Conditionally enable heap-related debugging and validation checks by an MM_DBG define for all architectures. Inspired by 49744.
Modified: trunk/reactos/boot/freeldr/freeldr/rtl/bget.c
Modified: trunk/reactos/boot/freeldr/freeldr/rtl/bget.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/rtl/bg... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/rtl/bget.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/rtl/bget.c [iso-8859-1] Thu Nov 25 22:03:56 2010 @@ -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