reactos/ntoskrnl/ke
diff -u -r1.54 -r1.55
--- catch.c 18 Nov 2004 02:10:28 -0000 1.54
+++ catch.c 20 Nov 2004 17:45:15 -0000 1.55
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: catch.c,v 1.54 2004/11/18 02:10:28 arty Exp $
+/* $Id: catch.c,v 1.55 2004/11/20 17:45:15 arty Exp $
*
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/catch.c
@@ -77,6 +77,8 @@
Action = KdEnterDebuggerException (ExceptionRecord, Context, Tf);
}
+ if (Action == kdContinue) return;
+
if (Action != kdDoNotHandleException)
{
if (PreviousMode == UserMode)