VirtualBox

Changeset 13400 in vbox


Ignore:
Timestamp:
Oct 20, 2008 3:37:53 PM (16 years ago)
Author:
vboxsync
Message:

Extra checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r13399 r13400  
    18091809        AssertRC(rc);
    18101810
     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
    18111817        cb     -= PAGE_SIZE;
    18121818        GCPhys += PAGE_SIZE;
Note: See TracChangeset for help on using the changeset viewer.

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