Changeset 9940 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 26, 2008 8:49:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r9893 r9940 1527 1527 PPGMPOOLPAGE pShwPage = pgmPoolGetPageByHCPhys(pVM, PdeDst.u & SHW_PDE_PG_MASK); 1528 1528 1529 # if PGM_GST_TYPE == PGM_TYPE_ PAE || PGM_GST_TYPE == PGM_TYPE_AMD641529 # if PGM_GST_TYPE == PGM_TYPE_AMD64 1530 1530 /* Fetch the pgm pool shadow descriptor. */ 1531 1531 PPGMPOOLPAGE pShwPde = pgmPoolGetPageByHCPhys(pVM, pPdptDst->a[iPdpte].u & X86_PDPE_PG_MASK);
Note:
See TracChangeset
for help on using the changeset viewer.