儲存庫 vbox 的更動 18288
- 時間撮記:
- 2009-3-26 上午05:00:02 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/EM.cpp
r17969 r18288 2554 2554 } 2555 2555 /** @todo maybe prefetch the supervisor stack page as well */ 2556 Assert(!VM_FF_ISPENDING(pVM, VM_FF_SELM_SYNC_GDT | VM_FF_SELM_SYNC_LDT)); 2556 2557 } 2557 2558 … … 2616 2617 && PGMMapHasConflicts(pVM)) 2617 2618 { 2619 PGMMapCheck(pVM); 2618 2620 AssertMsgFailed(("We should not get conflicts any longer!!!\n")); 2619 2621 return VERR_INTERNAL_ERROR; … … 2653 2655 CSAMR3CheckCodeEx(pVM, CPUMCTX2CORE(pCtx), pCtx->eip); 2654 2656 STAM_PROFILE_ADV_RESUME(&pVM->em.s.StatRAWEntry, b); 2657 if (VM_FF_ISPENDING(pVM, VM_FF_HIGH_PRIORITY_PRE_RAW_MASK)) 2658 { 2659 rc = emR3RawForcedActions(pVM, pCtx); 2660 if (RT_FAILURE(rc)) 2661 break; 2662 } 2655 2663 } 2656 2664 … … 2729 2737 && PGMMapHasConflicts(pVM)) 2730 2738 { 2731 AssertMsgFailed(("We should not get conflicts any longer!!!\n")); 2739 PGMMapCheck(pVM); 2740 AssertMsgFailed(("We should not get conflicts any longer!!! rc=%Rrc\n", rc)); 2732 2741 return VERR_INTERNAL_ERROR; 2733 2742 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器