VirtualBox

Changeset 64863 in vbox


Ignore:
Timestamp:
Dec 14, 2016 12:50:56 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112265
Message:

DevPciIch9: fix expression (and gcc warning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r64862 r64863  
    23922392            devpciR3InfoIndent(pHlp, iIndentLvl);
    23932393            pHlp->pfnPrintf(pHlp, "behind bridge: I/O %#06x..%#06x\n",
    2394                             PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_BASE) & 0xf0 << 8,
    2395                             PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_LIMIT) & 0xf0 << 8 | 0xfff);
     2394                            (PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_BASE) & 0xf0) << 8,
     2395                            (PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_LIMIT) & 0xf0) << 8 | 0xfff);
    23962396            devpciR3InfoIndent(pHlp, iIndentLvl);
    23972397            pHlp->pfnPrintf(pHlp, "behind bridge: memory %#010x..%#010x\n",
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