mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Fix a small bug in RtlUnwind.
svn path=/trunk/; revision=9043
This commit is contained in:
parent
c7da1f1e6a
commit
d7d8c7ba0f
1 changed files with 1 additions and 3 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -40,8 +40,6 @@ KiUserExceptionDispatcher(PEXCEPTION_RECORD ExceptionRecord,
|
||||||
EXCEPTION_RECORD NestedExceptionRecord;
|
EXCEPTION_RECORD NestedExceptionRecord;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DPRINT("KiUserExceptionDispatcher()\n");
|
|
||||||
|
|
||||||
if (RtlpDispatchException(ExceptionRecord, Context) != ExceptionContinueExecution)
|
if (RtlpDispatchException(ExceptionRecord, Context) != ExceptionContinueExecution)
|
||||||
{
|
{
|
||||||
Status = NtContinue(Context, FALSE);
|
Status = NtContinue(Context, FALSE);
|
||||||
|
|
Loading…
Reference in a new issue