VirtualBox

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


Ignore:
Timestamp:
Sep 27, 2019 9:29:41 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133642
Message:

DevPciIch9: build fix. bugref:9218

File:
1 edited

Legend:

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

    r81036 r81039  
    177177        /* Make sure that we cannot end up in a loop here: */
    178178        AssertCompile(sizeof(pPciDevBus->Int.s.idxPdmBus) == 1);
    179         AssertMsgReturn(ASMBitTestAndSet(bmSeen, pPciDevBus->Int.s.idxPdmBus, 255),
     179        AssertMsgReturn(ASMBitTestAndSet(bmSeen, pPciDevBus->Int.s.idxPdmBus),
    180180                        ("idxPdmBus=%u\n", pPciDevBus->Int.s.idxPdmBus),
    181181                        NULL);
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