mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
2002-10-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/msvcrt/except/seh.s: Fix end-of-line formatting. * lib/ntdll/rtl/i386/exception.c: Ditto. * lib/ntdll/rtl/i386/except.s: Ditto. * ntoskrnl/rtl/i386/except.s: Ditto. * ntoskrnl/rtl/i386/seh.s: Ditto. svn path=/trunk/; revision=3659
This commit is contained in:
parent
b824c3ef39
commit
9bbe34eb81
6 changed files with 555 additions and 545 deletions
|
@ -1,3 +1,11 @@
|
|||
2002-10-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* lib/msvcrt/except/seh.s: Fix end-of-line formatting.
|
||||
* lib/ntdll/rtl/i386/exception.c: Ditto.
|
||||
* lib/ntdll/rtl/i386/except.s: Ditto.
|
||||
* ntoskrnl/rtl/i386/except.s: Ditto.
|
||||
* ntoskrnl/rtl/i386/seh.s: Ditto.
|
||||
|
||||
2002-10-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* lib/msvcrt/Makefile (OBJECTS_EXCEPT): Add except/seh.o; Remove
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: seh.s,v 1.1 2002/10/26 00:32:17 chorns Exp $
|
||||
/* $Id: seh.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS MSVCRT Runtime Library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: except.s,v 1.1 2002/10/26 00:32:18 chorns Exp $
|
||||
/* $Id: except.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -212,7 +212,8 @@ _RtlpExceptionProtector:
|
|||
|
||||
// Set DispatcherContext field to the exception registration for the
|
||||
// exception handler that executed when a nested exception occurred
|
||||
movl REP_DCONTEXT(%esp), %ecx
movl REP_RFRAME(%esp), %eax
|
||||
movl REP_DCONTEXT(%esp), %ecx
|
||||
movl REP_RFRAME(%esp), %eax
|
||||
movl %eax, (%ecx)
|
||||
movl $ExceptionNestedException, %eax
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: exception.c,v 1.1 2002/10/26 00:32:18 chorns Exp $
|
||||
/* $Id: exception.c,v 1.2 2002/10/26 07:32:08 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: except.s,v 1.1 2002/10/26 00:36:54 chorns Exp $
|
||||
/* $Id: except.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -212,7 +212,8 @@ _RtlpExceptionProtector:
|
|||
|
||||
// Set DispatcherContext field to the exception registration for the
|
||||
// exception handler that executed when a nested exception occurred
|
||||
movl REP_DCONTEXT(%esp), %ecx
movl REP_RFRAME(%esp), %eax
|
||||
movl REP_DCONTEXT(%esp), %ecx
|
||||
movl REP_RFRAME(%esp), %eax
|
||||
movl %eax, (%ecx)
|
||||
movl $ExceptionNestedException, %eax
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: seh.s,v 1.1 2002/10/26 00:38:01 chorns Exp $
|
||||
/* $Id: seh.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
|
Loading…
Reference in a new issue