Changeset 48475 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 13, 2013 2:35:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48449 r48475 4747 4747 /* Lazy FPU loading; load the guest-FPU state transparently and continue execution of the guest. */ 4748 4748 int rc = CPUMR0LoadGuestFPU(pVCpu->CTX_SUFF(pVM), pVCpu, pCtx); 4749 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0; 4750 4749 4751 if (rc == VINF_SUCCESS) 4750 4752 { … … 4752 4754 HM_RESTORE_PREEMPT_IF_NEEDED(); 4753 4755 4754 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0;4755 4756 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitShadowNM); 4756 4757 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.