Changeset 72764 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 29, 2018 10:38:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r72762 r72764 1615 1615 VMMR0_INT_DECL(int) HMR0SaveDebugState(PVMCPU pVCpu, PCPUMCTX pCtx) 1616 1616 { 1617 RT_NOREF(pVM);1618 1617 STAM_COUNTER_INC(&pVCpu->hm.s.StatDebug64SwitchBack); 1619 1618 if (pVM->hm.s.vmx.fSupported)
Note:
See TracChangeset
for help on using the changeset viewer.