diff --git a/reactos/ntoskrnl/mm/mminit.c b/reactos/ntoskrnl/mm/mminit.c index b6607cba9e0..d964c22388b 100644 --- a/reactos/ntoskrnl/mm/mminit.c +++ b/reactos/ntoskrnl/mm/mminit.c @@ -383,11 +383,13 @@ MmInitSystem(IN ULONG Phase, // MmArmInitSystem(1, KeLoaderBlock); +#if defined(_WINKD_) // // Everything required for the debugger to read and write // physical memory is now set up // MiDbgReadyForPhysical = TRUE; +#endif /* Put the paged pool after the loaded modules */ MmPagedPoolBase = (PVOID)PAGE_ROUND_UP((ULONG_PTR)MmSystemRangeStart +