Changeset 21621 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Apr 15, 2011, 2:02:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r21619 r21621 1260 1260 dprintfException(pERepRec, pERegRec, pCtxRec, p); 1261 1261 PrintExceptionChain(); 1262 #endif 1262 // fall through 1263 #endif 1264 case XCPT_UNWIND: 1265 // Note that printing through ODINCRT (VACRT) when handling XCPT_UNWIND 1266 // is known to create deadlocks 1263 1267 goto continuesearch; 1264 1268
Note:
See TracChangeset
for help on using the changeset viewer.