Changeset 63667 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Aug 30, 2016 2:54:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r63666 r63667 109 109 /** The next MMIO address which the PCI BIOS will use. */ 110 110 uint32_t uPciBiosMmio; 111 /** The next 64-bit MMIO address which the PCI BIOS will use. */ 112 uint64_t uPciBiosMmio64; 111 113 /** Actual bus number. */ 112 114 uint8_t uBus; 113 /** The next 64-bit MMIO address which the PCI BIOS will use. */114 uint64_t uPciBiosMmio64;115 115 uint8_t Alignment0[7]; 116 116 #endif
Note:
See TracChangeset
for help on using the changeset viewer.