Changeset 19916 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 22, 2009 3:32:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r19910 r19916 53 53 void hwaccmQueueInvlPage(PVMCPU pVCpu, RTGCPTR GCVirt) 54 54 { 55 Assert(HWACCMIsEnabled(pVCpu->CTX_SUFF(pVM)));56 57 55 /* Nothing to do if a TLB flush is already pending */ 58 56 if (VMCPU_FF_ISSET(pVCpu, VMCPU_FF_TLB_FLUSH))
Note:
See TracChangeset
for help on using the changeset viewer.