儲存庫 vbox 的更動 67523
- 時間撮記:
- 2017-6-21 上午07:42:15 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler/VBoxRecompiler.c
r66262 r67523 44 44 #include <VBox/vmm/ssm.h> 45 45 #include <VBox/vmm/em.h> 46 #include <VBox/vmm/iem.h> 46 47 #include <VBox/vmm/trpm.h> 47 48 #include <VBox/vmm/iom.h> … … 2136 2137 pVM->rem.s.Env.pVCpu = pVCpu; 2137 2138 pCtx = pVM->rem.s.pCtx = CPUMQueryGuestCtxPtr(pVCpu); 2139 2140 Assert(pCtx); 2141 if (CPUMIsGuestInNestedHwVirtMode(pCtx)) 2142 { 2143 AssertMsgFailed(("Bad scheduling - can't exec. nested-guest in REM!\n")); 2144 return VERR_NOT_SUPPORTED; 2145 } 2138 2146 2139 2147 Assert(!pVM->rem.s.fInREM);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器