VirtualBox

儲存庫 vbox 的更動 16415


忽略:
時間撮記:
2009-1-30 下午02:00:01 (16 年 以前)
作者:
vboxsync
訊息:

Updates

檔案:
修改 1 筆資料

圖例:

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

    r16414 r16415  
    298298
    299299            default:
    300                 ;
     300                AssertFailed();
     301                break;
    301302        }
    302303    }
     
    358359
    359360            default:
    360                 ;
     361                AssertFailed();
     362                break;
    361363        }
    362364    }
     
    378380
    379381    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
     382#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
     383    if (!pPGM->CTX_SUFF(pShwPageCR3))
     384        return VINF_SUCCESS;    /* too early */
     385#endif
    380386
    381387    /*
     
    408414#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    409415    Assert(PGMGetGuestMode(pVM) >= PGMMODE_32_BIT && PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
     416
     417    if (!pPGM->CTX_SUFF(pShwPageCR3))
     418        return VINF_SUCCESS;    /* too early */
    410419#endif
    411420
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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