Changeset 16175 in vbox
- Timestamp:
- Jan 22, 2009 3:32:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r16172 r16175 4295 4295 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 4296 4296 PX86PML4 pShwPml4; 4297 Assert(pPGM->HCPhysShw PaePml4 != 0 && pPGM->HCPhysShwPaePml4!= NIL_RTHCPHYS);4298 int rc = PGM_HCPHYS_2_PTR_BY_PGM(pPGM, pPGM->HCPhysShw PaePml4, &pShwPml4);4297 Assert(pPGM->HCPhysShwCR3 != 0 && pPGM->HCPhysShwCR3 != NIL_RTHCPHYS); 4298 int rc = PGM_HCPHYS_2_PTR_BY_PGM(pPGM, pPGM->HCPhysShwCR3, &pShwPml4); 4299 4299 AssertRCReturn(rc, 0); 4300 4300 return pShwPml4;
Note:
See TracChangeset
for help on using the changeset viewer.