VirtualBox

Changeset 63776 in vbox


Ignore:
Timestamp:
Sep 9, 2016 11:54:21 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110593
Message:

DevPciIch9: fixed condition in ich9pciBiosInitDevice()

File:
1 edited

Legend:

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

    r63773 r63776  
    18281828                        uNew &= UINT32_C(0xffff);
    18291829                    /* Unconditionally exclude I/O-APIC/HPET/ROM. Pessimistic, but better than causing a mess. */
    1830                     if (   f64Bit
    1831                         || !uNew
    1832                         || (uNew <= UINT32_C(0xffffffff) && uNew + cbRegSize64 - 1 >= UINT32_C(0xfec00000)))
     1830                    if (   !uNew
     1831                        || (uNew <= UINT32_C(0xffffffff) && uNew + cbRegSize64 - 1 >= UINT32_C(0xfec00000))
     1832                        || uNew >= _4G)
    18331833                    {
    18341834                        if (f64Bit)
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