VirtualBox

Changeset 60167 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 23, 2016 1:40:22 PM (9 years ago)
Author:
vboxsync
Message:

DevPCI: make Parfait happy

File:
1 edited

Legend:

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

    r60166 r60167  
    17161716
    17171717            /* Find free slot for the device(s) we're moving and move them. */
    1718             for (iDevRel = pBus->iDevSearch; iDevRel < (int)RT_ELEMENTS(pBus->devices); iDevRel += 8)
     1718            for (iDevRel = pBus->iDevSearch; iDevRel < (int)RT_ELEMENTS(pBus->devices)-7; iDevRel += 8)
    17191719            {
    17201720                if (    !pBus->devices[iDevRel]
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