VirtualBox

Changeset 47467 in vbox for trunk/src


Ignore:
Timestamp:
Jul 29, 2013 4:35:34 PM (11 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: Fix Win-32 alignment.

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMMInternal.h

    r47465 r47467  
    423423#if HC_ARCH_BITS == 32
    424424    uint32_t                    u32Padding;
    425 #endif
     425#else
    426426    uint64_t                    u64Padding;
     427#endif
    427428    /** @} */
    428429
  • trunk/src/VBox/VMM/include/VMMInternal.mac

    r47465 r47467  
    111111%if HC_ARCH_BITS == 32
    112112        .u32Padding             resd 1
     113%else
     114        .u64Padding             resq 1
    113115%endif
    114         .u64Padding             resq 1
    115116
    116117        .fInRendezvous          resb 1
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