VirtualBox

儲存庫 vbox 的更動 12204


忽略:
時間撮記:
2008-9-8 上午08:24:31 (16 年 以前)
作者:
vboxsync
訊息:

Moved the fatal assertion.

檔案:
修改 1 筆資料

圖例:

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

    r12203 r12204  
    36073607     * Quietly reject any attempts at flushing the currently active shadow CR3 mapping
    36083608     */
    3609     if (    pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4
    3610         &&  PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key)
    3611     {
     3609    if (PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key)
     3610    {
     3611        AssertMsg(pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind));
    36123612        Log(("pgmPoolFlushPage: current active shadow CR3, rejected. enmKind=%d idx=%d\n", pPage->enmKind, pPage->idx));
    36133613        return VINF_SUCCESS;
    36143614    }
    3615     /* Safety precaution in case we change the paging for other modes too in the future. */
    3616     AssertFatalMsg(PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind));
    36173615
    36183616    /*
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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