mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Return STATUS_SUCCESS to DbgPrint.
svn path=/trunk/; revision=41079
This commit is contained in:
parent
9c8b1c07fc
commit
e9441ce05c
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ KdpEnterDebuggerException(IN PKTRAP_FRAME TrapFrame,
|
|||
KdpServiceDispatcher(BREAKPOINT_PRINT,
|
||||
(PVOID)ExceptionRecord->ExceptionInformation[1],
|
||||
ExceptionRecord->ExceptionInformation[2]);
|
||||
Context->Eax = STATUS_SUCCESS;
|
||||
}
|
||||
else if (ExceptionCommand == BREAKPOINT_LOAD_SYMBOLS)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue