Changeset 10409 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jan 20, 2004, 2:41:11 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r10377 r10409 1 /* $Id: exceptions.cpp,v 1.7 3 2004-01-11 11:57:52sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.74 2004-01-20 13:41:10 sandervl Exp $ */ 2 2 3 3 /* … … 1131 1131 #endif 1132 1132 1133 // Assembly wrapper for clearing the direction flag before calling our real 1134 // exception handler 1133 1135 ULONG APIENTRY OS2ExceptionHandler(PEXCEPTIONREPORTRECORD pERepRec, 1134 1136 PEXCEPTIONREGISTRATIONRECORD pERegRec, 1135 1137 PCONTEXTRECORD pCtxRec, 1136 PVOID p) 1138 PVOID p); 1139 1140 ULONG APIENTRY OS2ExceptionHandler2ndLevel(PEXCEPTIONREPORTRECORD pERepRec, 1141 PEXCEPTIONREGISTRATIONRECORD pERegRec, 1142 PCONTEXTRECORD pCtxRec, 1143 PVOID p) 1137 1144 { 1138 1145 //SvL: Check if exception inside debug fprintf -> if so, clear lock so
Note:
See TracChangeset
for help on using the changeset viewer.