VirtualBox

Changeset 58015 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 3, 2015 4:39:37 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103047
Message:

Devices/ACPI: Fix typo breaking the first serial port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r57979 r58015  
    32383238     * the corresponding parallel port is not enabled.
    32393239     */
    3240     rc = CFGMR3QueryU8Def(pCfg, "Parallel0Irq", &pThis->uSerial0Irq, 0);
     3240    rc = CFGMR3QueryU8Def(pCfg, "Parallel0Irq", &pThis->uParallel0Irq, 0);
    32413241    if (RT_FAILURE(rc))
    32423242        return PDMDEV_SET_ERROR(pDevIns, rc,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette