vbox的更動 13398 路徑 trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
- 時間撮記:
- 2008-10-20 下午02:58:11 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13393 r13398 1762 1762 AssertRCReturn(rc, rc); 1763 1763 1764 /* Prefetch it as it's now marked as not present and our trap handler will1765 * still call the access handler.1766 */1767 rc = PGMPrefetchPage(pVM, (RTGCPTR)GCPhys);1768 AssertRC(rc);1769 1770 1764 /* Mark it as writable and present so reads and writes no longer fault. */ 1771 1765 rc = PGMShwModifyPage(pVM, (RTGCPTR)GCPhys, 1, fPageFlags, ~fPageFlags);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器