vbox的更動 13565 路徑 trunk/src/VBox/VMM/VMMAll/REMAll.cpp
- 時間撮記:
- 2008-10-24 下午05:48:59 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r12989 r13565 34 34 #include <iprt/assert.h> 35 35 36 37 #ifndef IN_RING3 36 38 37 39 /** … … 157 159 } 158 160 161 #endif /* !IN_RING3 */ 162 163 /** 164 * Make REM flush all translation block upon the next call to REMR3State(). 165 * 166 * @param pVM Pointer to the shared VM structure. 167 */ 168 VMMDECL(void) REMFlushTBs(PVM pVM) 169 { 170 LogFlow(("REMFlushTBs: fFlushTBs=%RTbool fInREM=%RTbool fInStateSync=%RTbool\n", 171 pVM->rem.s.fFlushTBs, pVM->rem.s.fInREM, pVM->rem.s.fInStateSync)); 172 pVM->rem.s.fFlushTBs = true; 173 } 174
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器