Changeset 19679 in vbox for trunk/src/VBox/VMM/VMMGuruMeditation.cpp
- Timestamp:
- May 14, 2009 8:34:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGuruMeditation.cpp
r19585 r19679 266 266 RTGCUINTPTR uCR2 = 0xdeadface; 267 267 int rc2 = TRPMQueryTrapAll(pVCpu, &u8TrapNo, &enmType, &uErrorCode, &uCR2); 268 if (!HWACCM R3IsActive(pVM))268 if (!HWACCMIsEnabled(pVM)) 269 269 { 270 270 if (RT_SUCCESS(rc2)) … … 285 285 * The hypervisor dump is not relevant when we're in VT-x/AMD-V mode. 286 286 */ 287 if (HWACCM R3IsActive(pVM))287 if (HWACCMIsEnabled(pVM)) 288 288 { 289 289 pHlp->pfnPrintf(pHlp, "\n"); … … 449 449 pVCpu->vmm.s.pbEMTStackRC, pVCpu->vmm.s.pbEMTStackBottomRC, 450 450 VMM_STACK_SIZE, pVCpu->vmm.s.pbEMTStackR3); 451 } /* !HWACCM R3IsActive*/451 } /* !HWACCMIsEnabled */ 452 452 break; 453 453 }
Note:
See TracChangeset
for help on using the changeset viewer.