Author: dgorbachev
Date: Sat May 23 19:02:41 2009
New Revision: 41079
URL:
http://svn.reactos.org/svn/reactos?rev=41079&view=rev
Log:
Return STATUS_SUCCESS to DbgPrint.
Modified:
trunk/reactos/ntoskrnl/kd/kdmain.c
Modified: trunk/reactos/ntoskrnl/kd/kdmain.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/kd/kdmain.c?rev=4…
==============================================================================
--- trunk/reactos/ntoskrnl/kd/kdmain.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/kd/kdmain.c [iso-8859-1] Sat May 23 19:02:41 2009
@@ -137,6 +137,7 @@
KdpServiceDispatcher(BREAKPOINT_PRINT,
(PVOID)ExceptionRecord->ExceptionInformation[1],
ExceptionRecord->ExceptionInformation[2]);
+ Context->Eax = STATUS_SUCCESS;
}
else if (ExceptionCommand == BREAKPOINT_LOAD_SYMBOLS)
{