Changeset 54737 in vbox for trunk/src/VBox/VMM/VMMR3/CFGM.cpp
- Timestamp:
- Mar 12, 2015 9:02:21 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r53574 r54737 893 893 { 894 894 /* 895 * Enumerate the lea fs and check them against pszValidValues.895 * Enumerate the leaves and check them against pszValidValues. 896 896 */ 897 897 for (PCFGMLEAF pLeaf = pNode->pFirstLeaf; pLeaf; pLeaf = pLeaf->pNext) … … 1470 1470 /* 1471 1471 * Use CFGMR3InsertNode to create a new node and then 1472 * re-attach the children and lea fs of the subtree to it.1472 * re-attach the children and leaves of the subtree to it. 1473 1473 */ 1474 1474 PCFGMNODE pNewChild; … … 1940 1940 1941 1941 /* 1942 * Free lea fs.1942 * Free leaves. 1943 1943 */ 1944 1944 while (pNode->pFirstLeaf)
Note:
See TracChangeset
for help on using the changeset viewer.