Changeset 38059 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2011 9:34:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r38042 r38059 508 508 if (RT_UNLIKELY(pCritSect->s.Core.NativeThreadOwner != hNativeSelf)) 509 509 { 510 #if 0510 #if 1 511 511 AssertMsgFailed(("%p %s: %p != %p; cLockers=%d cNestings=%d\n", pCritSect, R3STRING(pCritSect->s.pszName), 512 512 pCritSect->s.Core.NativeThreadOwner, hNativeSelf,
Note:
See TracChangeset
for help on using the changeset viewer.