Changeset 19746 in vbox
- Timestamp:
- May 15, 2009 3:58:19 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r19735 r19746 948 948 /* Flush the recompiler TLB if the VCPU has changed. */ 949 949 if (pVM->em.s.idLastRemCpu != pVCpu->idCpu) 950 { 950 951 REMFlushTBs(pVM); 952 /* Also sync the entire state. */ 953 CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_ALL); 954 } 955 951 956 pVM->em.s.idLastRemCpu = pVCpu->idCpu; 952 957 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19698 r19746 2281 2281 && VMX_EXIT_INTERRUPTION_INFO_TYPE(pVCpu->hwaccm.s.Event.intInfo) != VMX_EXIT_INTERRUPTION_INFO_TYPE_SWEXCPT) 2282 2282 { 2283 Assert(!pVCpu->hwaccm.s.Event.fPending); 2283 2284 pVCpu->hwaccm.s.Event.fPending = true; 2284 2285 /* Error code present? */
Note:
See TracChangeset
for help on using the changeset viewer.