Changeset 53628 in vbox for trunk/src/VBox
- Timestamp:
- Jan 1, 2015 9:15:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r53627 r53628 8846 8846 if (rc != VINF_SUCCESS) 8847 8847 break; 8848 elseif (cLoops > pVM->hm.s.cMaxResumeLoops)8848 if (cLoops > pVM->hm.s.cMaxResumeLoops) 8849 8849 { 8850 8850 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitMaxResume);
Note:
See TracChangeset
for help on using the changeset viewer.