Changeset 22327 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 18, 2009 2:52:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r22326 r22327 1663 1663 Assert(PdeSrc.n.u1Present); 1664 1664 Assert(cPages); 1665 # if 0 /* rarely useful; leave for debugging. */ 1665 1666 STAM_COUNTER_INC(&pVCpu->pgm.s.StatSyncPagePD[(GCPtrPage >> GST_PD_SHIFT) & GST_PD_MASK]); 1667 # endif 1666 1668 1667 1669 /* … … 2474 2476 2475 2477 STAM_PROFILE_START(&pVCpu->pgm.s.CTX_MID_Z(Stat,SyncPT), a); 2478 #if 0 /* rarely useful; leave for debugging. */ 2476 2479 STAM_COUNTER_INC(&pVCpu->pgm.s.StatSyncPtPD[iPDSrc]); 2480 #endif 2477 2481 LogFlow(("SyncPT: GCPtrPage=%RGv\n", GCPtrPage)); 2478 2482
Note:
See TracChangeset
for help on using the changeset viewer.