VirtualBox

忽略:
時間撮記:
2007-3-9 上午10:48:31 (18 年 以前)
作者:
vboxsync
訊息:

Compile fix + updates

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/IOMAll.cpp

    r1360 r1361  
    11991199     */
    12001200    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
    12031204             &&  X86_EFL_GET_IOPL(efl) < cpl)
    12041205        ||  pCtxCore->eflags.Bits.u1VM      /* IOPL is ignored in V86 mode; always check TSS bitmap */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette