Changeset 55292 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 15, 2015 3:31:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r55290 r55292 10642 10642 HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(); 10643 10643 10644 int rc = hmR0VmxReadE ntryInstrLenVmcs(pVmxTransient);10644 int rc = hmR0VmxReadExitInstrLenVmcs(pVmxTransient); 10645 10645 rc |= hmR0VmxSaveGuestRegsForIemExec(pVCpu, pMixedCtx, false /*fMemory*/, false /*fNeedRsp*/); 10646 10646 rc |= hmR0VmxSaveGuestCR4(pVCpu, pMixedCtx);
Note:
See TracChangeset
for help on using the changeset viewer.