- Timestamp:
- Jun 20, 2013 12:43:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46681 r46705 736 736 VMMR0DECL(int) SVMR0InvalidatePage(PVM pVM, PVMCPU pVCpu, RTGCPTR GCVirt) 737 737 { 738 AssertReturn(pVM, VERR_INVALID_PARAMETER); 739 Assert(pVM->hm.s.svm.fSupported); 740 738 741 bool fFlushPending = pVM->hm.s.svm.fAlwaysFlushTLB | VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_TLB_FLUSH); 739 742 … … 742 745 { 743 746 Log4(("SVMR0InvalidatePage %RGv\n", GCVirt)); 744 AssertReturn(pVM, VERR_INVALID_PARAMETER);745 Assert(pVM->hm.s.svm.fSupported);746 747 747 748 PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
Note:
See TracChangeset
for help on using the changeset viewer.