- Timestamp:
- Sep 25, 2014 12:50:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/STAM.cpp
r52847 r52862 1133 1133 return; 1134 1134 1135 #if 0 /** @todo Asserts in stamR3LookupDestroyTree. */1136 1135 if (pParent->cDescsInTree == 0 && pParent->pParent) 1137 1136 { … … 1152 1151 } 1153 1152 pCur->pParent = NULL; 1153 pCur->iParent = UINT16_MAX; 1154 1154 1155 1155 /* … … 1157 1157 */ 1158 1158 stamR3LookupDestroyTree(pCur); 1159 #endif1160 1159 } 1161 1160
Note:
See TracChangeset
for help on using the changeset viewer.