vbox的更動 1361 路徑 trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
- 時間撮記:
- 2007-3-9 上午10:48:31 (18 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
r1360 r1361 1199 1199 */ 1200 1200 uint32_t efl = CPUMRawGetEFlags(pVM, pCtxCore); 1201 1202 if ( ( (pCtxCore->ss & X86_SEL_RPL) > 1 1201 uint32_t cpl = (pCtxCore->ss & X86_SEL_RPL); 1202 1203 if ( ( cpl > 1 1203 1204 && X86_EFL_GET_IOPL(efl) < cpl) 1204 1205 || pCtxCore->eflags.Bits.u1VM /* IOPL is ignored in V86 mode; always check TSS bitmap */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器