Changeset 26620 in vbox
- Timestamp:
- Feb 17, 2010 4:23:08 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26619 r26620 2939 2939 # if (PGM_SHW_TYPE == PGM_TYPE_EPT) && (HC_ARCH_BITS == 64) && defined(RT_OS_WINDOWS) && defined(DEBUG_sandervl) 2940 2940 PPGMPAGE pPage; 2941 rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & SHW_PD _MASK, &pPage);2941 rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & SHW_PDE_PG_MASK, &pPage); 2942 2942 if ( RT_SUCCESS(rc) 2943 2943 && PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_RAM) … … 2956 2956 && PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ZERO) 2957 2957 { 2958 RTGCPHYS GCPhysBase = GCPtrPage & SHW_PD _MASK;2958 RTGCPHYS GCPhysBase = GCPtrPage & SHW_PDE_PG_MASK; 2959 2959 RTGCPHYS GCPhys = GCPhysBase; 2960 2960 unsigned iPage;
Note:
See TracChangeset
for help on using the changeset viewer.

