Changeset 5905 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jun 4, 2001, 11:18:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r5557 r5905 1 /* $Id: exceptions.cpp,v 1.5 2 2001-04-21 09:10:13sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.53 2001-06-04 21:18:39 sandervl Exp $ */ 2 2 3 3 /* … … 1108 1108 case XCPT_PROCESS_TERMINATE: 1109 1109 case XCPT_ASYNC_PROCESS_TERMINATE: 1110 dprintfException(pERepRec, pERegRec, pCtxRec, p);1110 //// dprintfException(pERepRec, pERegRec, pCtxRec, p); 1111 1111 SetExceptionChain((ULONG)-1); 1112 1112 goto continuesearch; … … 1121 1121 goto continueFail; 1122 1122 } 1123 1123 1124 //------------->>> WARNING: potentially dangerous workaround!! 1124 1125 /* Some apps set ES = FS and Odin doesn't like that! */
Note:
See TracChangeset
for help on using the changeset viewer.