VirtualBox

Changeset 9858 in vbox


Ignore:
Timestamp:
Jun 20, 2008 2:40:30 PM (17 years ago)
Author:
vboxsync
Message:

Wrong mask

Location:
trunk/src/VBox/VMM/VMMAll
Files:
3 edited

Legend:

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

    r9857 r9858  
    962962# if PGM_GST_TYPE == PGM_TYPE_AMD64
    963963    /* Fetch the pgm pool shadow descriptor. */
    964     PPGMPOOLPAGE pShwPdpt = pgmPoolGetPageByHCPhys(pVM, pPml4eDst->u & SHW_PDPT_MASK);
     964    PPGMPOOLPAGE pShwPdpt = pgmPoolGetPageByHCPhys(pVM, pPml4eDst->u & X86_PML4E_PG_MASK);
    965965    Assert(pShwPdpt);
    966966# endif
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r9857 r9858  
    4646#undef GST_PDPT_SHIFT
    4747#undef GST_PDPT_MASK
     48#undef GST_PDPE_PG_MASK
    4849
    4950#if PGM_GST_TYPE == PGM_TYPE_32BIT \
  • trunk/src/VBox/VMM/VMMAll/PGMAllShw.h

    r9857 r9858  
    4040#undef SHW_PDPT_SHIFT
    4141#undef SHW_PDPT_MASK
     42#undef SHW_PDPE_PG_MASK
    4243#undef SHW_POOL_ROOT_IDX
    4344
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