Changeset 13825 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Nov 5, 2008 1:12:46 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r13824 r13825 1803 1803 // AssertMsg( (rc == VERR_PAGE_NOT_PRESENT || rc == VERR_PAGE_TABLE_NOT_PRESENT) 1804 1804 // || !(fPageShw & X86_PTE_RW) 1805 // || (pPageRec->page.GCPhys == 0), ("Shadow page flags for %RRv (%RHp) aren't readonly (% VX64)!!\n", pPageAddrGC, GCPhys, fPageShw));1805 // || (pPageRec->page.GCPhys == 0), ("Shadow page flags for %RRv (%RHp) aren't readonly (%RX64)!!\n", pPageAddrGC, GCPhys, fPageShw)); 1806 1806 } 1807 1807 #endif
Note:
See TracChangeset
for help on using the changeset viewer.