vbox的更動 13565 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2008-10-24 下午05:48:59 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r13186 r13565 20 20 */ 21 21 22 /******************************************************************************* 23 * Defined Constants And Macros * 24 *******************************************************************************/ 22 25 /** @def PGM_IGNORE_RAM_FLAGS_RESERVED 23 26 * Don't respect the MM_RAM_FLAGS_RESERVED flag when converting to HC addresses. … … 263 266 AssertFatalFailed(); 264 267 } 265 266 268 267 269 … … 1126 1128 pCache->Entry[iCacheIndex].pbR3 = pbR3; 1127 1129 } 1128 #endif 1130 #endif /* IN_RING3 */ 1129 1131 1130 1132 /** … … 1216 1218 void *pvSrc = PGMRAMRANGE_GETHCPTR(pRam, off) 1217 1219 1218 /* * @noteDangerous assumption that HC handlers don't do anything that really requires an EMT lock! */1220 /* Note! Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */ 1219 1221 rc = pNode->pfnHandlerR3(pVM, GCPhys, pvSrc, pvBuf, cb, PGMACCESSTYPE_READ, pNode->pvUserR3); 1220 1222 } … … 1264 1266 void *pvSrc = PGMRAMRANGE_GETHCPTR(pRam, off) 1265 1267 1266 /* Note :Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */1268 /* Note! Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */ 1267 1269 rc = pNode->pfnHandlerR3(pVM, (RTGCPTR)GCPtr, pvSrc, pvBuf, cb, PGMACCESSTYPE_READ, 0); 1268 1270 } … … 1385 1387 return; 1386 1388 } 1389 1387 1390 1388 1391 /**
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器