Return STATUS_SUCCESS to DbgPrint.
authorDmitry Gorbachev <gorbachev@reactos.org>
Sat, 23 May 2009 15:02:41 +0000 (15:02 +0000)
committerDmitry Gorbachev <gorbachev@reactos.org>
Sat, 23 May 2009 15:02:41 +0000 (15:02 +0000)
svn path=/trunk/; revision=41079

reactos/ntoskrnl/kd/kdmain.c

index 83d5f4d..c59a9a1 100644 (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)
         {