Changeset 68424 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 15, 2017 11:33:09 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmpcidevint.h
r68423 r68424 207 207 /** Offset to the PBA for MSI-X. */ 208 208 uint16_t offMsixPba; 209 #if HC_ARCH_BITS == 32 210 /** Add padding to align aIORegions to an 8 byte boundary. */ 211 uint8_t abPadding1[4]; 212 #endif 209 213 210 214 /** Pointer to bus specific data. (R3 ptr) */ … … 216 220 } PDMPCIDEVINT; 217 221 AssertCompileMemberAlignment(PDMPCIDEVINT, aIORegions, 8); 218 AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 2 68: 384);222 AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 272 : 384); 219 223 220 224 /** Indicate that PDMPCIDEV::Int.s can be declared. */
Note:
See TracChangeset
for help on using the changeset viewer.