Return STATUS_SUCCESS to DbgPrint.

svn path=/trunk/; revision=41079
This commit is contained in:
Dmitry Gorbachev 2009-05-23 15:02:41 +00:00
parent 9c8b1c07fc
commit e9441ce05c

View file

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