Changeset 21615 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Apr 14, 2011, 1:11:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r21610 r21615 1191 1191 PVOID p) 1192 1192 { 1193 #ifdef DEBUG 1193 1194 //SvL: Check if exception inside debug fprintf -> if so, clear lock so 1194 1195 // next dprintf won't wait forever 1195 1196 int prevlock = LogException(ENTER_EXCEPTION); 1197 #endif 1196 1198 1197 1199 // @@VP20040507: no need to sprintf every exception … … 1656 1658 } 1657 1659 continuesearch: 1660 #ifdef DEBUG 1658 1661 LogException(LEAVE_EXCEPTION, prevlock); 1662 #endif 1659 1663 return XCPT_CONTINUE_SEARCH; 1660 1664 1661 1665 continueexecution: 1666 #ifdef DEBUG 1662 1667 LogException(LEAVE_EXCEPTION, prevlock); 1668 #endif 1663 1669 return XCPT_CONTINUE_EXECUTION; 1664 1670 }
Note:
See TracChangeset
for help on using the changeset viewer.