Fixed the initialising of bochs debug.

svn path=/trunk/; revision=14808
This commit is contained in:
Hartmut Birr 2005-04-25 20:35:37 +00:00
parent b92778d49a
commit 02202bd8b1

View 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)
{