VirtualBox

Changeset 37464 in vbox for trunk/include


Ignore:
Timestamp:
Jun 15, 2011 10:04:37 AM (14 years ago)
Author:
vboxsync
Message:

vm.h: Alignment fix (32-bit hosts).

File:
1 edited

Legend:

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

    r37452 r37464  
    897897    /** Padding - the unions must be aligned on a 64 bytes boundary and the unions
    898898     *  must start at the same offset on both 64-bit and 32-bit hosts. */
    899     uint8_t                     abAlignment1[HC_ARCH_BITS == 32 ? 30 : 0];
     899    uint8_t                     abAlignment1[HC_ARCH_BITS == 32 ? 32 : 0];
    900900#endif
    901901
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