Changeset 58015 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 3, 2015 4:39:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103047
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r57979 r58015 3238 3238 * the corresponding parallel port is not enabled. 3239 3239 */ 3240 rc = CFGMR3QueryU8Def(pCfg, "Parallel0Irq", &pThis->u Serial0Irq, 0);3240 rc = CFGMR3QueryU8Def(pCfg, "Parallel0Irq", &pThis->uParallel0Irq, 0); 3241 3241 if (RT_FAILURE(rc)) 3242 3242 return PDMDEV_SET_ERROR(pDevIns, rc,
Note:
See TracChangeset
for help on using the changeset viewer.