VirtualBox

Changeset 8027 in vbox


Ignore:
Timestamp:
Apr 16, 2008 11:24:50 AM (17 years ago)
Author:
vboxsync
Message:

Fixed regression in 29680

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r8021 r8027  
    29022902      && !defined(PGM_WITHOUT_MAPPINGS)
    29032903
     2904                const unsigned cPTs = pMapping->cb >> SHW_PD_SHIFT; /* needed below to skip the mapping */
     2905
    29042906                Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s));
    29052907                if (pVM->pgm.s.fMappingsFixed)
     
    29542956
    29552957                /* advance. */
    2956                 const unsigned cPTs = pMapping->cb >> SHW_PD_SHIFT;
    29572958                iPD += cPTs - 1;
    29582959                pPDEDst += cPTs + cPTs;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette