VirtualBox

Changeset 26620 in vbox


Ignore:
Timestamp:
Feb 17, 2010 4:23:08 PM (15 years ago)
Author:
vboxsync
Message:

Wrong mask

File:
1 edited

Legend:

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

    r26619 r26620  
    29392939# if (PGM_SHW_TYPE == PGM_TYPE_EPT) && (HC_ARCH_BITS == 64) && defined(RT_OS_WINDOWS) && defined(DEBUG_sandervl)
    29402940    PPGMPAGE pPage;
    2941     rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & SHW_PD_MASK, &pPage);
     2941    rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & SHW_PDE_PG_MASK, &pPage);
    29422942    if (    RT_SUCCESS(rc)
    29432943        &&  PGM_PAGE_GET_TYPE(pPage)  == PGMPAGETYPE_RAM)
     
    29562956             && PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ZERO)
    29572957        {
    2958             RTGCPHYS GCPhysBase = GCPtrPage & SHW_PD_MASK;
     2958            RTGCPHYS GCPhysBase = GCPtrPage & SHW_PDE_PG_MASK;
    29592959            RTGCPHYS GCPhys = GCPhysBase;
    29602960            unsigned iPage;
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