vbox的更動 4415 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2007-8-29 上午08:58:24 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r4413 r4415 1561 1561 * @param cb The number of bytes to read. 1562 1562 */ 1563 /** @todo use the PGMPhysReadGCPtr name and rename the unsafe one to something appropriate */ 1563 1564 PGMDECL(int) PGMPhysReadGCPtrSafe(PVM pVM, void *pvDst, RTGCPTR GCPtrSrc, size_t cb) 1564 1565 { … … 1622 1623 * @param cb The number of bytes to write. 1623 1624 */ 1625 /** @todo use the PGMPhysWriteGCPtr name and rename the unsafe one to something appropriate */ 1624 1626 PGMDECL(int) PGMPhysWriteGCPtrSafe(PVM pVM, RTGCPTR GCPtrDst, const void *pvSrc, size_t cb) 1625 1627 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器