VirtualBox

Changeset 45712 in vbox


Ignore:
Timestamp:
Apr 24, 2013 4:27:16 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r45704 r45712  
    173173    /** The VM-exit exit qualification. */
    174174    RTGCUINTPTR     uExitQualification;
     175#if GC_ARCH_BITS == 32
     176    /** Alignment. */
     177    uint32_t        u32Alignment1;
     178#endif
    175179
    176180    /** The VM-exit interruption-information field. */
     
    236240static void               hmR0VmxFlushVpid(PVM pVM, PVMCPU pVCpu, VMX_FLUSH_VPID enmFlush, RTGCPTR GCPtr);
    237241static int                hmR0VmxInjectEventVmcs(PVMCPU pVCpu, PCPUMCTX pMixedCtx, uint64_t u64IntrInfo, uint32_t cbInstr,
    238                                                  uint32_t u32ErrCode, RTGCUINTREG uCR2, uint32_t *puIntrState);
     242                                                 uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, uint32_t *puIntrState);
    239243#if HC_ARCH_BITS == 32 && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL)
    240244static int                hmR0VmxInitVmcsReadCache(PVM pVM, PVMCPU pVCpu);
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