Changeset 70969 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Feb 12, 2018 10:48:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70968 r70969 2264 2264 ("fContextUseFlags=%#RX32\n", HMCPU_CF_VALUE(pVCpu))); 2265 2265 2266 #ifdef VBOX_STRICT 2266 2267 hmR0SvmLogState(pVCpu, pVmcb, pCtx, "hmR0SvmLoadGuestState", 0 /* fFlags */, 0 /* uVerbose */); 2267 2268 #endif 2268 2269 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatLoadGuestState, x); 2269 2270 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.