Changeset 13121 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Oct 9, 2008 11:17:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r13098 r13121 2709 2709 2710 2710 /* Fetch the pgm pool shadow descriptor. */ 2711 PPGMPOOLPAGE pShwPde = pgmPoolGetPageByHCPhys(pVM, pPdptDst->a[iPdpte].u & X86_PDPE_PG_MASK);2711 PPGMPOOLPAGE pShwPde = pgmPoolGetPageByHCPhys(pVM, pPdptDst->a[iPdpte].u & EPT_PDPTE_PG_MASK); 2712 2712 Assert(pShwPde); 2713 2713 # endif
Note:
See TracChangeset
for help on using the changeset viewer.