儲存庫 vbox 的更動 17142
- 時間撮記:
- 2009-2-25 下午05:10:23 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器