VirtualBox

Changeset 30774 in vbox


Ignore:
Timestamp:
Jul 10, 2010 5:23:57 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63570
Message:

alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r30773 r30774  
    215215    /** Whether the HGCM events are already automatically enabled. */
    216216    uint32_t u32HGCMEnabled;
     217    /** Alignment padding. */
     218    uint32_t u32Alignment7;
    217219#endif /* VBOX_WITH_HGCM */
    218220
     
    230232    /** FLag whether CPU hotplug events are monitored */
    231233    bool                fCpuHotPlugEventsEnabled;
     234    /** Alignment padding. */
     235    bool                afPadding8[3];
    232236    /** CPU hotplug event */
    233237    VMMDevCpuEventType  enmCpuHotPlugEvent;
     
    244248    bool                fTestingEnabled;
    245249    /** Alignment padding. */
    246     bool                afPadding[HC_ARCH_BITS == 32 ? 6 : 2];
     250    bool                afPadding9[HC_ARCH_BITS == 32 ? 2 : 2];
    247251#ifndef VBOX_WITHOUT_TESTING_FEATURES
    248252    /** The high timestamp value. */
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