VirtualBox

Changeset 103502 in vbox for trunk


Ignore:
Timestamp:
Feb 21, 2024 3:44:42 PM (7 months ago)
Author:
vboxsync
Message:

Devices/Bus/DevPCI.cpp: Remove condition which is always true, bugref:3409

File:
1 edited

Legend:

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

    r99820 r103502  
    691691                            uNew &= UINT32_C(0xffff);
    692692                        /* Unconditionally exclude I/O-APIC/HPET/ROM. Pessimistic, but better than causing a mess. */
    693                         if (!uNew || (uNew <= UINT32_C(0xffffffff) && uNew + u32Size - 1 >= UINT32_C(0xfec00000)))
     693                        if (   !uNew
     694                            || uNew + u32Size - 1 >= UINT32_C(0xfec00000))
    694695                        {
    695696                            LogRel(("PCI: no space left for BAR%u of device %u/%u/%u (vendor=%#06x device=%#06x)\n",
Note: See TracChangeset for help on using the changeset viewer.

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