Changeset 22042 for trunk/src/kernel32/exceptstackdump.cpp
- Timestamp:
- Nov 1, 2012, 2:39:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptstackdump.cpp
r21916 r22042 320 320 } 321 321 322 // make sure the stack trace is not intermixed with other log entries 323 dprintfLock(); 324 322 325 fEntered = TRUE; 323 326 … … 433 436 dprintf(("** END OF STACK DUMP **\n")); 434 437 fEntered = FALSE; 438 439 dprintfUnlock(); 435 440 } 436 441 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.