VirtualBox

儲存庫 vbox 的更動 14504


忽略:
時間撮記:
2008-11-24 上午03:10:33 (16 年 以前)
作者:
vboxsync
訊息:

PGMR0DynMap: Re-enabled the code.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp

    r14494 r14504  
    314314VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM)
    315315{
    316 #ifndef DEBUG_bird
    317     return VINF_SUCCESS;
    318 #else
     316    AssertMsgReturn(!pVM->pgm.s.pvR0DynMapUsed, ("%p (pThis=%p)\n", pVM->pgm.s.pvR0DynMapUsed, g_pPGMR0DynMap), VERR_WRONG_ORDER);
     317
    319318    /*
    320319     * Initialize the auto sets.
     
    337336     * Do we need the cache? Skip the last bit if we don't.
    338337     */
    339     Assert(!pVM->pgm.s.pvR0DynMapUsed);
    340     pVM->pgm.s.pvR0DynMapUsed = NULL;
    341338    if (!HWACCMIsEnabled(pVM))
    342339        return VINF_SUCCESS;
     
    363360
    364361    return rc;
    365 #endif
    366362}
    367363
     
    374370VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM)
    375371{
    376 #ifdef DEBUG_bird
    377372    /*
    378373     * Return immediately if we're not using the cache.
     
    442437
    443438    RTSemFastMutexRelease(pThis->hInitLock);
    444 #endif
    445439}
    446440
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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