儲存庫 vbox 的更動 14504
- 時間撮記:
- 2008-11-24 上午03:10:33 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp
r14494 r14504 314 314 VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM) 315 315 { 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 319 318 /* 320 319 * Initialize the auto sets. … … 337 336 * Do we need the cache? Skip the last bit if we don't. 338 337 */ 339 Assert(!pVM->pgm.s.pvR0DynMapUsed);340 pVM->pgm.s.pvR0DynMapUsed = NULL;341 338 if (!HWACCMIsEnabled(pVM)) 342 339 return VINF_SUCCESS; … … 363 360 364 361 return rc; 365 #endif366 362 } 367 363 … … 374 370 VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM) 375 371 { 376 #ifdef DEBUG_bird377 372 /* 378 373 * Return immediately if we're not using the cache. … … 442 437 443 438 RTSemFastMutexRelease(pThis->hInitLock); 444 #endif445 439 } 446 440
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器