mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed the initialising of bochs debug.
svn path=/trunk/; revision=14808
This commit is contained in:
parent
b92778d49a
commit
02202bd8b1
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue