Changeset 14040 in vbox
- Timestamp:
- Nov 10, 2008 7:08:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r14038 r14040 3799 3799 PX86PDPT pShwPdpt; 3800 3800 Assert(pPGM->HCPhysPaePDPT != 0 && pPGM->HCPhysPaePDPT != NIL_RTHCPHYS); 3801 int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaeP TPD, &pShwPdpt);3801 int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePDPT, &pShwPdpt); 3802 3802 AssertRCReturn(rc, 0); 3803 3803 return pShwPdpt;
Note:
See TracChangeset
for help on using the changeset viewer.