mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Return STATUS_SUCCESS to DbgPrint.
svn path=/trunk/; revision=41079
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user