VirtualBox

Changeset 68424 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Aug 15, 2017 11:33:09 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117566
Message:

Alignment fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmpcidevint.h

    r68423 r68424  
    207207    /** Offset to the PBA for MSI-X.   */
    208208    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
    209213
    210214    /** Pointer to bus specific data. (R3 ptr) */
     
    216220} PDMPCIDEVINT;
    217221AssertCompileMemberAlignment(PDMPCIDEVINT, aIORegions, 8);
    218 AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 268 : 384);
     222AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 272 : 384);
    219223
    220224/** Indicate that PDMPCIDEV::Int.s can be declared. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette