VirtualBox

Changeset 9879 in vbox


Ignore:
Timestamp:
Jun 23, 2008 2:02:53 PM (17 years ago)
Author:
vboxsync
Message:

Masks

File:
1 edited

Legend:

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

    r9876 r9879  
    30903090        pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK);
    30913091
    3092         GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK;
     3092        GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK_FULL;
    30933093
    30943094        /* Anything significant changed? */
     
    35833583
    35843584        pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK);
    3585         GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK;
     3585        GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK_FULL;
    35863586
    35873587        if (pPml4eSrc->n.u1Present != pPml4eDst->n.u1Present)
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