VirtualBox

忽略:
時間撮記:
2008-8-8 下午11:31:54 (16 年 以前)
作者:
vboxsync
訊息:

VMM: ELEMENTS -> RT_ELEMENTS.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp

    r9288 r11311  
    6060     * Validate input.
    6161     */
    62     if (iTrap >= ELEMENTS(pVM->trpm.s.aTmpTrapHandlers))
     62    if (iTrap >= RT_ELEMENTS(pVM->trpm.s.aTmpTrapHandlers))
    6363    {
    6464        AssertMsgFailed(("Trap handler iTrap=%u is out of range!\n", iTrap));
     
    120120    /** @note this causes problems in Windows XP as instructions following the update can be dangerous (str eax has been seen) */
    121121    /** @note not going back to ring 3 could make the code scanner miss them. */
    122     /* Check if we can handle the write here. */   
     122    /* Check if we can handle the write here. */
    123123    if (     iGate != 3                                         /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */
    124124        &&  !ASMBitTest(&pVM->trpm.s.au32IdtPatched[0], iGate)) /* Passthru gates need special attention too. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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