Changeset 634 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Aug 23, 1999, 12:11:23 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r617 r634 1 /* $Id: exceptions.cpp,v 1.1 0 1999-08-22 11:11:10sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.11 1999-08-22 22:11:21 sandervl Exp $ */ 2 2 3 3 /* … … 935 935 PEXCEPTIONREGISTRATIONRECORD pExceptRec = (PEXCEPTIONREGISTRATIONRECORD)exceptframe; 936 936 937 pExceptRec->prev_structure = 0;937 pExceptRec->prev_structure = (PEXCEPTIONREGISTRATIONRECORD)-1; 938 938 pExceptRec->ExceptionHandler = OS2ExceptionHandler; 939 939 … … 960 960 } 961 961 962 void SetOS2ExceptionChain(ULONG val) 963 { 964 USHORT sel = GetFS(); 965 966 SetExceptionChain(val); 967 SetFS(sel); 968 } 969 962 970 /***************************************************************************** 963 971 * Name : void ReplaceExceptionHandler
Note:
See TracChangeset
for help on using the changeset viewer.