Changeset 26173 in vbox for trunk/src/VBox/Devices/PC/DrvACPI.cpp
- Timestamp:
- Feb 2, 2010 9:11:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r26166 r26173 720 720 * @copydoc FNPDMDRVCONSTRUCT 721 721 */ 722 static DECLCALLBACK(int) drvACPIConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg Handle, uint32_t fFlags)722 static DECLCALLBACK(int) drvACPIConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) 723 723 { 724 724 PDRVACPI pThis = PDMINS_2_DATA(pDrvIns, PDRVACPI); … … 738 738 * Validate the config. 739 739 */ 740 if (!CFGMR3AreValuesValid(pCfg Handle, "\0"))740 if (!CFGMR3AreValuesValid(pCfg, "\0")) 741 741 return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES; 742 742
Note:
See TracChangeset
for help on using the changeset viewer.