Changeset 60167 in vbox for trunk/src/VBox
- Timestamp:
- Mar 23, 2016 1:40:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r60166 r60167 1716 1716 1717 1717 /* 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) 1719 1719 { 1720 1720 if ( !pBus->devices[iDevRel]
Note:
See TracChangeset
for help on using the changeset viewer.