Changeset 31447 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 7, 2010 9:16:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r31443 r31447 1277 1277 LogFlow(("Skipping flush for big page containing %RGv (PD=%X .u=%RX64)-> nothing has changed!\n", GCPtrPage, iPDSrc, PdeSrc.u)); 1278 1278 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,InvalidatePage4MBPagesSkip)); 1279 PGM_DYNMAP_UNUSED_HINT(pVCpu, pPdeDst);1280 1279 return VINF_SUCCESS; 1281 1280 } … … 1314 1313 } 1315 1314 } 1316 PGM_DYNMAP_UNUSED_HINT(pVCpu, pPdeDst);1317 1315 return rc; 1318 1316
Note:
See TracChangeset
for help on using the changeset viewer.