Changeset 9879 in vbox
- Timestamp:
- Jun 23, 2008 2:02:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9876 r9879 3090 3090 pShwPdpt = pgmPoolGetPage(pPool, pPml4eDst->u & X86_PML4E_PG_MASK); 3091 3091 3092 GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK ;3092 GCPhysPdptSrc = pPml4eSrc->u & X86_PML4E_PG_MASK_FULL; 3093 3093 3094 3094 /* Anything significant changed? */ … … 3583 3583 3584 3584 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; 3586 3586 3587 3587 if (pPml4eSrc->n.u1Present != pPml4eDst->n.u1Present)
Note:
See TracChangeset
for help on using the changeset viewer.