VirtualBox

Changeset 2286 in vbox for trunk


Ignore:
Timestamp:
Apr 20, 2007 10:50:57 PM (18 years ago)
Author:
vboxsync
Message:

Alignment fix.

File:
1 edited

Legend:

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

    r2268 r2286  
    611611typedef enum PDMKEYBLEDS
    612612{
     613    /** No leds. */
    613614    PDMKEYBLEDS_NONE             = 0x0000,
    614615    /** Num Lock */
     
    55145515    /** Pointer to device instance data. */
    55155516    GCPTRTYPE(void *)           pvInstanceDataGC;
    5516 #if HC_ARCH_BITS == 32
    55175517    /* padding to make achInstanceData aligned at 16 byte boundrary. */
    5518     uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 1 : 0];
    5519 #endif
     5518    uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 1 : 2];
    55205519    /** Device instance data. The size of this area is defined
    55215520     * in the PDMDEVREG::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