mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- fix a typo
- silence debug output svn path=/branches/ros-amd64-bringup/; revision=36355
This commit is contained in:
@@ -253,7 +253,7 @@ FrLdrSetupPageDirectory(VOID)
|
||||
/* Map APIC page */
|
||||
if (!FrLdrMapSinglePage(APIC_BASE, APIC_PHYS_BASE))
|
||||
{
|
||||
DbgPrint("Could not map APIC page.\n", KernelPages);
|
||||
DbgPrint("Could not map APIC page.\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
//#define DEBUG_ALL
|
||||
//#define DEBUG_INIFILE
|
||||
//#define DEBUG_REACTOS
|
||||
#define DEBUG_CUSTOM
|
||||
//#define DEBUG_NONE
|
||||
//#define DEBUG_CUSTOM
|
||||
#define DEBUG_NONE
|
||||
|
||||
#if defined (DEBUG_ALL)
|
||||
ULONG DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |
|
||||
|
||||
Reference in New Issue
Block a user