Changeset 73912 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 27, 2018 12:19:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r69111 r73912 219 219 pVM->cfgm.s.pRoot = pRoot; 220 220 221 222 223 221 /* 222 * Call the constructor if specified, if not use the default one. 223 */ 224 224 if (pfnCFGMConstructor) 225 225 rc = pfnCFGMConstructor(pVM->pUVM, pVM, pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.