VirtualBox

Changeset 37416 in vbox


Ignore:
Timestamp:
Jun 10, 2011 8:27:17 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72215
Message:

Try to fix build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.h

    r37410 r37416  
    862862    /** @} */
    863863
     864#if HC_ARCH_BITS == 32
     865    /** Alignment padding.. */
     866    uint32_t                    uPadding4;
     867#endif
     868
    864869    /** @name Switcher statistics (remove)
    865870     * @{ */
     
    892897    /** Padding - the unions must be aligned on a 64 bytes boundary and the unions
    893898     *  must start at the same offset on both 64-bit and 32-bit hosts. */
    894     uint8_t                     abAlignment1[HC_ARCH_BITS == 32 ? 36 : 0];
     899    uint8_t                     abAlignment1[HC_ARCH_BITS == 32 ? 30 : 0];
    895900#endif
    896901
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