Changeset 8030 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Apr 16, 2008 11:43:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r8028 r8030 2631 2631 STAM_PROFILE_STOP(&pVM->pgm.s.CTXMID(Stat,SyncCR3Handlers), h); 2632 2632 2633 #ifdef IN_RING3 2634 _asm int 3; 2635 #endif 2636 2633 2637 #ifdef PGMPOOL_WITH_MONITORING 2634 2638 /* … … 2957 2961 /* advance. */ 2958 2962 iPD += cPTs - 1; 2959 pPDEDst += cPTs + cPTs;2963 pPDEDst += cPTs; 2960 2964 # else /* PGM_GST_TYPE != PGM_TYPE_32BIT && PGM_GST_TYPE != PGM_TYPE_PAE && PGM_WITHOUT_MAPPINGS */ 2961 2965 Assert(!pgmMapAreMappingsEnabled(&pVM->pgm.s));
Note:
See TracChangeset
for help on using the changeset viewer.