VirtualBox

忽略:
時間撮記:
2008-10-20 下午04:34:04 (16 年 以前)
作者:
vboxsync
訊息:

More checks

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r13400 r13403  
    17621762    AssertRCReturn(rc, rc);
    17631763
     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
    17641771    /* Mark it as writable and present so reads and writes no longer fault. */
    17651772    rc = PGMShwModifyPage(pVM, (RTGCPTR)GCPhys, 1, fPageFlags, ~fPageFlags);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette