VirtualBox

Changeset 3856 in vbox for trunk/include


Ignore:
Timestamp:
Jul 25, 2007 8:08:29 PM (18 years ago)
Author:
vboxsync
Message:

fixed alignment padding.

File:
1 edited

Legend:

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

    r3854 r3856  
    432432    R3PTRTYPE(void *)           pvInstanceDataR3;
    433433    /* padding to make achInstanceData aligned at 32 byte boundrary. */
    434     uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 1 : 6];
     434    uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 4 : 6];
    435435    /** Device instance data. The size of this area is defined
    436436     * 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