儲存庫 vbox 的更動 18289
- 時間撮記:
- 2009-3-26 上午05:07:04 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/PGMBth.h
r17586 r18289 131 131 { 132 132 /* Here we deal with allocation of the root shadow page table for real and protected mode during mode switches; 133 * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables. 133 * Other modes rely on MapCR3/UnmapCR3 to setup the shadow root page tables. 134 134 */ 135 135 #if ( ( PGM_SHW_TYPE == PGM_TYPE_32BIT \ … … 187 187 /* Apply all hypervisor mappings to the new CR3. */ 188 188 return pgmMapActivateCR3(pVM, pVM->pgm.s.CTX_SUFF(pShwPageCR3)); 189 #else 190 return VINF_SUCCESS; 189 191 #endif 190 return VINF_SUCCESS;191 192 } 192 193
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器