- Timestamp:
- Sep 15, 2010 12:45:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r32036 r32516 763 763 STAM_PROFILE_STOP(&pVCpu->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,InvalidatePage), a); 764 764 765 /* Invalidate the TLB entry; might already be done by InvalidatePage (@todo) */766 PGM_INVL_PG(pVCpu, GCPtrPage);767 768 765 #ifdef IN_RING3 769 766 /*
Note:
See TracChangeset
for help on using the changeset viewer.