vbox的更動 11311 路徑 trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
- 時間撮記:
- 2008-8-8 下午11:31:54 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
r9288 r11311 60 60 * Validate input. 61 61 */ 62 if (iTrap >= ELEMENTS(pVM->trpm.s.aTmpTrapHandlers))62 if (iTrap >= RT_ELEMENTS(pVM->trpm.s.aTmpTrapHandlers)) 63 63 { 64 64 AssertMsgFailed(("Trap handler iTrap=%u is out of range!\n", iTrap)); … … 120 120 /** @note this causes problems in Windows XP as instructions following the update can be dangerous (str eax has been seen) */ 121 121 /** @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. */ 123 123 if ( iGate != 3 /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */ 124 124 && !ASMBitTest(&pVM->trpm.s.au32IdtPatched[0], iGate)) /* Passthru gates need special attention too. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器