mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FREELDR]
- #ifdef DBG -> #if DBG - #if 0 DbgDumpMemoryMap() svn path=/trunk/; revision=66193
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user