Changeset 19861 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- May 20, 2009 11:56:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r19833 r19861 2682 2682 pgmUnlock(pVM); 2683 2683 if (fFlushTLB) 2684 PGM_INVL_ VCPU_TLBS(VMMGetCpu(pVM));2684 PGM_INVL_ALL_VCPU_TLBS(pVM); 2685 2685 2686 2686 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.