Changeset 3172 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Mar 20, 2000, 9:32:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r3160 r3172 1 /* $Id: exceptions.cpp,v 1.3 7 2000-03-18 19:49:43sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.38 2000-03-20 20:32:40 sandervl Exp $ */ 2 2 3 3 /* … … 1118 1118 DosSetExceptionHandler(pExceptRec); 1119 1119 dprintf(("OS2SetExceptionHandler: exception chain %x", pExceptRec)); 1120 #ifdef DEBUG_ENABLELOG_LEVEL2 1120 1121 PrintExceptionChain(); 1122 #endif 1121 1123 } 1122 1124 … … 1154 1156 DosUnsetExceptionHandler(pExceptRec); 1155 1157 dprintf(("OS2UnsetExceptionHandler: exception chain %x", pExceptRec)); 1158 #ifdef DEBUG_ENABLELOG_LEVEL2 1156 1159 PrintExceptionChain(); 1160 #endif 1157 1161 } 1158 1162
Note:
See TracChangeset
for help on using the changeset viewer.