Changeset 13980 in vbox
- Timestamp:
- Nov 7, 2008 9:10:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MM.cpp
r13818 r13980 286 286 int rc; 287 287 PCFGMNODE pMMCfg = CFGMR3GetChild(CFGMR3GetRoot(pVM), "MM"); 288 if ( pMMCfg)288 if (!pMMCfg) 289 289 { 290 290 rc = CFGMR3InsertNode(CFGMR3GetRoot(pVM), "MM", &pMMCfg);
Note:
See TracChangeset
for help on using the changeset viewer.