VirtualBox

Changeset 23003 in vbox


Ignore:
Timestamp:
Sep 14, 2009 1:31:02 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52290
Message:

Aligment fix

File:
1 edited

Legend:

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

    r22996 r23003  
    3434    /** The PCI device structure. */
    3535    PCIDevice dev;
     36
     37    /** The critical section for this device. */
     38    PDMCRITSECT CritSect;
    3639
    3740    /** hypervisor address space size */
     
    192195        R3PTRTYPE(PPDMILEDCONNECTORS)       pLedsConnector;
    193196    } SharedFolders;
    194 #if HC_ARCH_BITS == 32
    195     uint32_t    uAlignment;
    196 #endif
    197     /** The critical section for this device. */
    198     PDMCRITSECT CritSect;
    199197} VMMDevState;
    200198AssertCompileMemberAlignment(VMMDevState, CritSect, 8);
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