Fixed the initialising of bochs debug.
authorHartmut Birr <osexpert@googlemail.com>
Mon, 25 Apr 2005 20:35:37 +0000 (20:35 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Mon, 25 Apr 2005 20:35:37 +0000 (20:35 +0000)
svn path=/trunk/; revision=14808

reactos/ntoskrnl/kd/wrappers/bochs.c

index e958acf..e0c5cca 100644 (file)
@@ -31,12 +31,14 @@ KdpBochsDebugPrint(IN PCH Message)
     }
 }
 
+
+
 VOID
 STDCALL
 KdpBochsInit(PKD_DISPATCH_TABLE WrapperTable,
              ULONG BootPhase)
 {
-    if (!KdDebuggerEnabled || !KdpDebugMode.Bochs) return;
+    if (!KdpDebugMode.Bochs) return;
 
     if (BootPhase == 0)
     {