- Timestamp:
- Feb 25, 2009 5:10:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r17137 r17142 4788 4788 # if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ 4789 4789 || PGM_SHW_TYPE == PGM_TYPE_PAE \ 4790 || PGM_SHW_TYPE == PGM_TYPE_AMD64) \ 4791 && ( PGM_GST_TYPE != PGM_TYPE_REAL \ 4792 && PGM_GST_TYPE != PGM_TYPE_PROT)) 4790 || PGM_SHW_TYPE == PGM_TYPE_AMD64)) 4793 4791 4794 4792 Assert(!HWACCMIsNestedPagingActive(pVM)); 4795 4793 4796 4794 # ifndef PGM_WITHOUT_MAPPINGS 4797 /* Remove the hypervisor mappings from the shadow page table. */ 4798 pgmMapDeactivateCR3(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3)); 4795 if (pVM->pgm.s.CTX_SUFF(pShwPageCR3)) 4796 /* Remove the hypervisor mappings from the shadow page table. */ 4797 pgmMapDeactivateCR3(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3)); 4799 4798 # endif 4800 4799
Note:
See TracChangeset
for help on using the changeset viewer.