- Timestamp:
- Jun 27, 2013 12:15:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r46830 r46832 742 742 Assert(pVM->hm.s.svm.fSupported); 743 743 744 bool fFlushPending = pVM->hm.s.svm.fAlwaysFlushTLB | VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_TLB_FLUSH);744 bool fFlushPending = pVM->hm.s.svm.fAlwaysFlushTLB || VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_TLB_FLUSH); 745 745 746 746 /* Skip it if a TLB flush is already pending. */
Note:
See TracChangeset
for help on using the changeset viewer.