vbox的更動 13403 路徑 trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
- 時間撮記:
- 2008-10-20 下午04:34:04 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13400 r13403 1762 1762 AssertRCReturn(rc, rc); 1763 1763 1764 #ifdef VBOX_STRICT 1765 uint64_t fFlags; 1766 RTHCPHYS HCPhys; 1767 rc = PGMShwGetPage(pVM, (RTGCPTR)GCPhys, &fFlags, &HCPhys); 1768 Assert(rc == VERR_PAGE_NOT_PRESENT); 1769 #endif 1770 1764 1771 /* Mark it as writable and present so reads and writes no longer fault. */ 1765 1772 rc = PGMShwModifyPage(pVM, (RTGCPTR)GCPhys, 1, fPageFlags, ~fPageFlags);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器