From d7d8c7ba0f5616cd31fff2cdbc150b6fa542c1c3 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Thu, 8 Apr 2004 21:14:18 +0000 Subject: [PATCH] - Fix a small bug in RtlUnwind. svn path=/trunk/; revision=9043 --- reactos/lib/ntdll/rtl/exception.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/lib/ntdll/rtl/exception.c b/reactos/lib/ntdll/rtl/exception.c index 16ce69ffe62..43285853751 100644 --- a/reactos/lib/ntdll/rtl/exception.c +++ b/reactos/lib/ntdll/rtl/exception.c @@ -1,4 +1,4 @@ -/* $Id: exception.c,v 1.16 2003/09/13 06:17:51 vizzini Exp $ +/* $Id: exception.c,v 1.17 2004/04/08 21:14:18 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -40,8 +40,6 @@ KiUserExceptionDispatcher(PEXCEPTION_RECORD ExceptionRecord, EXCEPTION_RECORD NestedExceptionRecord; NTSTATUS Status; - DPRINT("KiUserExceptionDispatcher()\n"); - if (RtlpDispatchException(ExceptionRecord, Context) != ExceptionContinueExecution) { Status = NtContinue(Context, FALSE);