VirtualBox

Changeset 5529 in vbox for trunk/include


Ignore:
Timestamp:
Oct 26, 2007 8:00:43 PM (17 years ago)
Author:
vboxsync
Message:

realign attempt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmusb.h

    r5527 r5529  
    414414     * interfaces to export. To obtain this interface call PDMR3QueryUSBDevice(). */
    415415    PDMIBASE                    IBase;
     416#if HC_ARCH_BITS == 32
     417    uint32_t                    u32Alignment; /**< Alignment padding. */
     418#endif
    416419
    417420    /** Internal data. */
     
    439442    R3PTRTYPE(void *)           pvVUsbDev;
    440443    /** Padding to make achInstanceData aligned at 32 byte boundrary. */
    441     uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 2 : 4];
     444    uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 6 : 4];
    442445    /** Device instance data. The size of this area is defined
    443446     * in the PDMUSBREG::cbInstanceData field. */
Note: See TracChangeset for help on using the changeset viewer.

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