[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / mm / meminit.c
index 0c1b0e8..dd8c0d6 100644 (file)
@@ -34,7 +34,7 @@ PFREELDR_MEMORY_DESCRIPTOR BiosMemoryMap;
 ULONG BiosMemoryMapEntryCount;
 SIZE_T FrLdrImageSize;
 
-#ifdef DBG
+#if DBG
 typedef struct
 {
     TYPE_OF_MEMORY Type;
@@ -213,7 +213,7 @@ AddMemoryDescriptor(
     List[Index].MemoryType = MemoryType;
     DescriptCount++;
 
-#if DBG
+#if 0 // only enable on demand!
     DbgDumpMemoryMap(List);
 #endif
     return DescriptCount;