VirtualBox

Changeset 19453 in vbox


Ignore:
Timestamp:
May 6, 2009 6:40:37 PM (16 years ago)
Author:
vboxsync
Message:

attempt to fix the 32-bit build boxes

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

Legend:

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

    r19438 r19453  
    248248    /** The EMT yield timer interval (milliseconds). */
    249249    uint32_t                    cYieldEveryMillies;
    250 #if HC_ARCH_BITS == 32
    251     RTR3PTR                     pR3Padding1; /**< Alignment padding. */
    252 #endif
    253250    /** The timestamp of the previous yield. (nano) */
    254251    uint64_t                    u64LastYield;
     
    348345    /** The result of the last operation. */
    349346    int32_t                     rcCallHost;
     347#if HC_ARCH_BITS == 32
     348    uint32_t                    padding;
     349#endif
    350350    /** The argument to the operation. */
    351351    uint64_t                    u64CallHostArg;
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r19434 r19453  
    196196    CHECK_MEMBER_ALIGNMENT(VM, cpum.s.GuestEntry, 64);
    197197
     198    CHECK_MEMBER_ALIGNMENT(VMCPU, vmm.s.u64CallHostArg, 8);
    198199    CHECK_MEMBER_ALIGNMENT(VMCPU, vmm.s.CallHostR0JmpBuf, 8);
     200    CHECK_MEMBER_ALIGNMENT(VM, vmm.s.u64LastYield, 8);
    199201    CHECK_MEMBER_ALIGNMENT(VM, vmm.s.StatRunRC, 8);
    200202    CHECK_MEMBER_ALIGNMENT(VM, StatTotalQemuToGC, 8);
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