Changeset 39078 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Oct 21, 2011 2:18:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r39038 r39078 105 105 AssertReturn(HCPhysCpuPage != 0 && HCPhysCpuPage != NIL_RTHCPHYS, VERR_INVALID_PARAMETER); 106 106 AssertReturn(pvCpuPage, VERR_INVALID_PARAMETER); 107 NOREF(pCpu); 107 108 108 109 if (pVM) … … 144 145 AssertReturn(HCPhysCpuPage != 0 && HCPhysCpuPage != NIL_RTHCPHYS, VERR_INVALID_PARAMETER); 145 146 AssertReturn(pvCpuPage, VERR_INVALID_PARAMETER); 147 NOREF(pCpu); 146 148 147 149 /* If we're somehow not in VMX root mode, then we shouldn't dare leaving it. */ … … 999 1001 { 1000 1002 int rc = VINF_SUCCESS; 1003 NOREF(pVM); 1001 1004 1002 1005 /* … … 4293 4296 { 4294 4297 Assert(pVM->hwaccm.s.vmx.fSupported); 4298 NOREF(pCpu); 4295 4299 4296 4300 unsigned cr4 = ASMGetCR4(); … … 4471 4475 static void hmR0VmxReportWorldSwitchError(PVM pVM, PVMCPU pVCpu, VBOXSTRICTRC rc, PCPUMCTX pCtx) 4472 4476 { 4477 NOREF(pVM); 4478 4473 4479 switch (VBOXSTRICTRC_VAL(rc)) 4474 4480 {
Note:
See TracChangeset
for help on using the changeset viewer.