- Timestamp:
- Apr 16, 2014 3:07:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r51083 r51084 9466 9466 case X86_XCPT_NP: STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuestNP); 9467 9467 rc = hmR0VmxExitXcptGeneric(pVCpu, pMixedCtx, pVmxTransient); break; 9468 case X86_XCPT_TS: STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuest NP);9468 case X86_XCPT_TS: STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuestTS); 9469 9469 rc = hmR0VmxExitXcptGeneric(pVCpu, pMixedCtx, pVmxTransient); break; 9470 9470 #endif
Note:
See TracChangeset
for help on using the changeset viewer.