VirtualBox

Changeset 47465 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 29, 2013 3:04:41 PM (11 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: Alignment fix.

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

Legend:

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

    r47460 r47465  
    420420    /** @name Thread-context hooks.
    421421     *  @{*/
    422     RTTHREADCTX                 hR0ThreadCtx;
     422    R0PTRTYPE(RTTHREADCTX)      hR0ThreadCtx;
    423423#if HC_ARCH_BITS == 32
    424424    uint32_t                    u32Padding;
    425425#endif
     426    uint64_t                    u64Padding;
    426427    /** @} */
    427428
  • trunk/src/VBox/VMM/include/VMMInternal.mac

    r47460 r47465  
    112112        .u32Padding             resd 1
    113113%endif
     114        .u64Padding             resq 1
    114115
    115116        .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