VirtualBox

Ignore:
Timestamp:
May 14, 2009 8:34:39 AM (16 years ago)
Author:
vboxsync
Message:

Fixed wrong usage of HWACCMR3IsActive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGuruMeditation.cpp

    r19585 r19679  
    266266            RTGCUINTPTR     uCR2       = 0xdeadface;
    267267            int rc2 = TRPMQueryTrapAll(pVCpu, &u8TrapNo, &enmType, &uErrorCode, &uCR2);
    268             if (!HWACCMR3IsActive(pVM))
     268            if (!HWACCMIsEnabled(pVM))
    269269            {
    270270                if (RT_SUCCESS(rc2))
     
    285285             * The hypervisor dump is not relevant when we're in VT-x/AMD-V mode.
    286286             */
    287             if (HWACCMR3IsActive(pVM))
     287            if (HWACCMIsEnabled(pVM))
    288288            {
    289289                pHlp->pfnPrintf(pHlp, "\n");
     
    449449                                pVCpu->vmm.s.pbEMTStackRC, pVCpu->vmm.s.pbEMTStackBottomRC,
    450450                                VMM_STACK_SIZE, pVCpu->vmm.s.pbEMTStackR3);
    451             } /* !HWACCMR3IsActive */
     451            } /* !HWACCMIsEnabled */
    452452            break;
    453453        }
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