Changeset 72767 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 29, 2018 10:54:36 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r72765 r72767 1597 1597 VMMR0_INT_DECL(int) HMR0SaveFPUState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) 1598 1598 { 1599 RT_NOREF(p VM);1599 RT_NOREF(pCtx); 1600 1600 STAM_COUNTER_INC(&pVCpu->hm.s.StatFpu64SwitchBack); 1601 1601 if (pVM->hm.s.vmx.fSupported) … … 1613 1613 * @param pCtx Pointer to the guest CPU context. 1614 1614 */ 1615 VMMR0_INT_DECL(int) HMR0SaveDebugState(PVMCPU pVCpu, PCPUMCTX pCtx) 1616 { 1615 VMMR0_INT_DECL(int) HMR0SaveDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) 1616 { 1617 RT_NOREF(pCtx); 1617 1618 STAM_COUNTER_INC(&pVCpu->hm.s.StatDebug64SwitchBack); 1618 1619 if (pVCpu->CTX_SUFF(pVM)->hm.s.vmx.fSupported)
Note:
See TracChangeset
for help on using the changeset viewer.