VirtualBox

Changeset 2292 in vbox


Ignore:
Timestamp:
Apr 20, 2007 11:28:53 PM (18 years ago)
Author:
vboxsync
Message:

Turned out the Devices testcase craved 32 byte alignment.

File:
1 edited

Legend:

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

    r2291 r2292  
    55155515    /** Pointer to device instance data. */
    55165516    GCPTRTYPE(void *)           pvInstanceDataGC;
    5517     /* padding to make achInstanceData aligned at 16 byte boundrary. */
    5518     uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 1 : 2];
     5517    /* padding to make achInstanceData aligned at 32 byte boundrary. */
     5518    uint32_t                    au32Padding[HC_ARCH_BITS == 32 ? 1 : 6];
    55195519    /** Device instance data. The size of this area is defined
    55205520     * 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