Changeset 81930 in vbox for trunk/src/VBox
- Timestamp:
- Nov 18, 2019 12:49:05 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r81929 r81930 268 268 * Validate configuration. 269 269 */ 270 if (!CFGMR3AreValuesValid(pCfg, "\0")) 271 return VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES; 270 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "", ""); 272 271 273 272 /*
Note:
See TracChangeset
for help on using the changeset viewer.