VirtualBox

Changeset 32379 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Sep 10, 2010 9:44:37 AM (14 years ago)
Author:
vboxsync
Message:

DevPciIch9: fixed expression

File:
1 edited

Legend:

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

    r32346 r32379  
    11311131{
    11321132    /* Fast case - update one of BARs or ROM address, 'while' only for 'break' */
    1133     while (len == 4 &&
    1134            (u32Address >= VBOX_PCI_BASE_ADDRESS_0 &&
    1135             u32Address < VBOX_PCI_BASE_ADDRESS_0 + 6 * 4)
    1136            ||
    1137            (u32Address >= VBOX_PCI_ROM_ADDRESS && u32Address < VBOX_PCI_ROM_ADDRESS+4))
     1133    while (   len == 4
     1134           && (   (   u32Address >= VBOX_PCI_BASE_ADDRESS_0
     1135                   && u32Address <  VBOX_PCI_BASE_ADDRESS_0 + 6 * 4)
     1136               || (   u32Address >= VBOX_PCI_ROM_ADDRESS
     1137                   && u32Address <  VBOX_PCI_ROM_ADDRESS+4)
     1138              )
     1139           )
    11381140    {
    11391141        PCIIORegion *pRegion;
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