Changeset 13400 in vbox
- Timestamp:
- Oct 20, 2008 3:37:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r13399 r13400 1809 1809 AssertRC(rc); 1810 1810 1811 #ifdef VBOX_STRICT 1812 uint64_t fFlags; 1813 RTHCPHYS HCPhys; 1814 rc = PGMShwGetPage(pVM, (RTGCPTR)GCPhys, &fFlags, &HCPhys); 1815 Assert(rc == VERR_PAGE_NOT_PRESENT); 1816 #endif 1811 1817 cb -= PAGE_SIZE; 1812 1818 GCPhys += PAGE_SIZE;
Note:
See TracChangeset
for help on using the changeset viewer.