Changeset 24833 in vbox
- Timestamp:
- Nov 20, 2009 4:11:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp ¶
r24832 r24833 174 174 PVMCPU pVCpu = &pVM->aCpus[idCpu]; 175 175 176 /* Nothing to do if a TLB flush is already pending; the VCPU should have already been poked if it were active */ 177 if (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH)) 178 continue; 179 176 180 if (pVCpu->idCpu == idCurCpu) 177 181 {
Note:
See TracChangeset
for help on using the changeset viewer.