Changeset 72771 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 29, 2018 11:25:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72762 r72771 1185 1185 Log4Func(("%#RGv\n", GCVirt)); 1186 1186 1187 PCPUMCTX pCtx = CPUMQueryGuestCtxPtr(pVCpu);1187 PCPUMCTX pCtx = &pVCpu->cpum.GstCtx; 1188 1188 PSVMVMCB pVmcb = hmR0SvmGetCurrentVmcb(pVCpu, pCtx); 1189 1189 AssertMsgReturn(pVmcb, ("Invalid pVmcb!\n"), VERR_SVM_INVALID_PVMCB);
Note:
See TracChangeset
for help on using the changeset viewer.