Changeset 83739 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Apr 17, 2020 8:51:27 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137257
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r82968 r83739 2727 2727 case RTLOCKVALRECSHRDOWN_MAGIC_DEAD: 2728 2728 default: 2729 AssertMsgFailed(("%p: %#x\n", pRec, pRec->Core ));2729 AssertMsgFailed(("%p: %#x\n", pRec, pRec->Core.u32Magic)); 2730 2730 break; 2731 2731 }
Note:
See TracChangeset
for help on using the changeset viewer.