VirtualBox

Changeset 30106 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2010 11:04:12 AM (15 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r30105 r30106  
    12341234VMMR0DECL(int)   HWACCMR0SaveFPUState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
    12351235{
    1236     STAM_COUNTER_INC(&pVCpu->StatFpu64SwitchBack);
     1236    STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatFpu64SwitchBack);
    12371237    if (pVM->hwaccm.s.vmx.fSupported)
    12381238        return VMXR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnSaveGuestFPU64, 0, NULL);
     
    12511251VMMR0DECL(int)   HWACCMR0SaveDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
    12521252{
    1253     STAM_COUNTER_INC(&pVCpu->StatDebug64SwitchBack);
     1253    STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatDebug64SwitchBack);
    12541254    if (pVM->hwaccm.s.vmx.fSupported)
    12551255        return VMXR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnSaveGuestDebug64, 0, NULL);
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