Changeset 19042 in vbox
- Timestamp:
- Apr 21, 2009 2:07:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MM.cpp
r19022 r19042 339 339 * value is 'no overcommitment' (default). See GMMPOLICY. 340 340 */ 341 GMMOCPOLICY enmOcPolicy = GMMOCPOLICY_NO_OC;341 GMMOCPOLICY enmOcPolicy; 342 342 char sz[64]; 343 343 rc = CFGMR3QueryString(CFGMR3GetRoot(pVM), "Policy", sz, sizeof(sz)); … … 353 353 enmOcPolicy = GMMOCPOLICY_NO_OC; 354 354 else 355 AssertMsg RCReturn(rc,("Configuration error: Failed to query string \"MM/Policy\", rc=%Rrc.\n", rc), rc);355 AssertMsgFailedReturn(("Configuration error: Failed to query string \"MM/Policy\", rc=%Rrc.\n", rc), rc); 356 356 357 357 /** @cfgm{MM/Priority, string, normal}
Note:
See TracChangeset
for help on using the changeset viewer.