VirtualBox

Ignore:
Timestamp:
Sep 14, 2009 12:11:27 PM (15 years ago)
Author:
vboxsync
Message:

Fix alignment

File:
1 edited

Legend:

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

    r22433 r22995  
    192192        R3PTRTYPE(PPDMILEDCONNECTORS)       pLedsConnector;
    193193    } SharedFolders;
    194 
     194#ifdef HC_ARCH_BITS == 32
     195    uint32_t    uAlignment;
     196#endif
    195197    /** The critical section for this device. */
    196198    PDMCRITSECT CritSect;
    197199} VMMDevState;
     200AssertCompileMemberAlignment(VMMDevState, CritSect, 8);
    198201
    199202void VMMDevNotifyGuest (VMMDevState *pVMMDevState, uint32_t u32EventMask);
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