Changeset 72765 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 29, 2018 10:39:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123305
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r72764 r72765 1616 1616 { 1617 1617 STAM_COUNTER_INC(&pVCpu->hm.s.StatDebug64SwitchBack); 1618 if (pV M->hm.s.vmx.fSupported)1618 if (pVCpu->CTX_SUFF(pVM)->hm.s.vmx.fSupported) 1619 1619 return VMXR0Execute64BitsHandler(pVCpu, HM64ON32OP_HMRCSaveGuestDebug64, 0, NULL); 1620 1620 return SVMR0Execute64BitsHandler(pVCpu, HM64ON32OP_HMRCSaveGuestDebug64, 0, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.