VirtualBox

Changeset 45094 in vbox


Ignore:
Timestamp:
Mar 19, 2013 5:51:30 PM (12 years ago)
Author:
vboxsync
Message:

Build fix, try 2.

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

Legend:

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

    r45093 r45094  
    596596        /** Ring 0 handlers for VT-x. */
    597597        PFNHMVMXSTARTVM             pfnStartVM;
    598 
     598#if HC_ARCH_BITS == 32
    599599        uint32_t                    u32Alignment1;
     600#endif
    600601
    601602        /** Current VMX_VMCS32_CTRL_PIN_EXEC_CONTROLS. */
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r44769 r45094  
    401401    CHECK_MEMBER_ALIGNMENT(HMCPU, StatEntry, 8);
    402402    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.HCPhysVmcs, sizeof(RTHCPHYS));
    403     CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.u32ProcCtls, 8);
     403    CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.u32PinCtls, 8);
    404404    CHECK_MEMBER_ALIGNMENT(HMCPU, Event.u64IntrInfo, 8);
    405405
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