mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix booting with /DEBUGPORT=GDB and Pice too.
svn path=/trunk/; revision=24215
This commit is contained in:
parent
9907e96a49
commit
b9ade034f9
1 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
|||
|
||||
/* Enable Debugging */
|
||||
KdDebuggerEnabled = TRUE;
|
||||
KdDebuggerNotPresent = FALSE;
|
||||
WrapperInitRoutine = KdpGdbStubInit;
|
||||
}
|
||||
|
||||
|
@ -69,6 +70,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
|||
|
||||
/* Enable Debugging */
|
||||
KdDebuggerEnabled = TRUE;
|
||||
KdDebuggerNotPresent = FALSE;
|
||||
}
|
||||
|
||||
#ifdef KDBG
|
||||
|
|
Loading…
Reference in a new issue