vbox的更動 9836 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2008-6-20 上午08:57:26 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r9790 r9836 1315 1315 #if 1 /** @todo r=bird: Can you do this properly please. */ 1316 1316 /** @todo Try MMIO; quick hack */ 1317 if (cbRead <= 4&& IOMMMIORead(pVM, GCPhys, (uint32_t *)pvBuf, cbRead) == VINF_SUCCESS)1317 if (cbRead <= 8 && IOMMMIORead(pVM, GCPhys, (uint32_t *)pvBuf, cbRead) == VINF_SUCCESS) 1318 1318 goto end; 1319 1319 #endif … … 1656 1656 #if 1 /** @todo r=bird: Can you do this properly please. */ 1657 1657 /** @todo Try MMIO; quick hack */ 1658 if (cbWrite <= 4&& IOMMMIOWrite(pVM, GCPhys, *(uint32_t *)pvBuf, cbWrite) == VINF_SUCCESS)1658 if (cbWrite <= 8 && IOMMMIOWrite(pVM, GCPhys, *(uint32_t *)pvBuf, cbWrite) == VINF_SUCCESS) 1659 1659 goto end; 1660 1660 #endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器