Changeset 81039 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Sep 27, 2019 9:29:41 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r81036 r81039 177 177 /* Make sure that we cannot end up in a loop here: */ 178 178 AssertCompile(sizeof(pPciDevBus->Int.s.idxPdmBus) == 1); 179 AssertMsgReturn(ASMBitTestAndSet(bmSeen, pPciDevBus->Int.s.idxPdmBus , 255),179 AssertMsgReturn(ASMBitTestAndSet(bmSeen, pPciDevBus->Int.s.idxPdmBus), 180 180 ("idxPdmBus=%u\n", pPciDevBus->Int.s.idxPdmBus), 181 181 NULL);
Note:
See TracChangeset
for help on using the changeset viewer.