Changeset 8027 in vbox
- Timestamp:
- Apr 16, 2008 11:24:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r8021 r8027 2902 2902 && !defined(PGM_WITHOUT_MAPPINGS) 2903 2903 2904 const unsigned cPTs = pMapping->cb >> SHW_PD_SHIFT; /* needed below to skip the mapping */ 2905 2904 2906 Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s)); 2905 2907 if (pVM->pgm.s.fMappingsFixed) … … 2954 2956 2955 2957 /* advance. */ 2956 const unsigned cPTs = pMapping->cb >> SHW_PD_SHIFT;2957 2958 iPD += cPTs - 1; 2958 2959 pPDEDst += cPTs + cPTs;
Note:
See TracChangeset
for help on using the changeset viewer.