Changeset 25915 in vbox
- Timestamp:
- Jan 19, 2010 3:50:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r25912 r25915 752 752 STAM_PROFILE_STOP(&pVCpu->pgm.s.CTX_MID_Z(Stat,InvalidatePage), a); 753 753 754 /* Invalidate the TLB entry; might already be done by InvalidatePage (@todo) */ 755 PGM_INVL_PG(pVCpu, GCPtrPage); 756 754 757 #ifdef IN_RING3 755 758 /*
Note:
See TracChangeset
for help on using the changeset viewer.