- Timestamp:
- Feb 26, 2010 1:30:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26841 r26849 2958 2958 # if (PGM_SHW_TYPE != PGM_TYPE_EPT) /* PGM_TYPE_EPT implies nested paging */ 2959 2959 if (HWACCMIsNestedPagingActive(pVM)) 2960 # endif 2960 # endif 2961 2961 { 2962 2962 PPGMPAGE pPage; 2963 2963 2964 2964 /* Check if we allocated a big page before for this 2 MB range. */ 2965 intrc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & X86_PDE2M_PAE_PG_MASK, &pPage);2965 rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & X86_PDE2M_PAE_PG_MASK, &pPage); 2966 2966 if (RT_SUCCESS(rc)) 2967 2967 { … … 4574 4574 return rc; 4575 4575 } 4576
Note:
See TracChangeset
for help on using the changeset viewer.