Changeset 63661 in vbox
- Timestamp:
- Aug 30, 2016 1:40:14 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r63659 r63661 97 97 PPDMDEVINSRC pDevInsRC; 98 98 99 #if HC_ARCH_BITS == 64100 uint32_t Alignment0;101 #endif102 103 99 /** Value latched in Configuration Address Port (0CF8h) */ 104 100 uint32_t uConfigReg; … … 116 112 /** Actual bus number. */ 117 113 uint8_t uBus; 114 uint8_t Alignment0[7]; 118 115 #endif 119 116 /** Physical address of PCI config space MMIO region. */
Note:
See TracChangeset
for help on using the changeset viewer.

