VirtualBox

Changeset 39908 in vbox for trunk


Ignore:
Timestamp:
Jan 30, 2012 3:31:54 PM (13 years ago)
Author:
vboxsync
Message:

Disabled seemingly harmless assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r39402 r39908  
    24722472                        if (PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage))
    24732473                        {
    2474                             AssertMsgFailed(("%R[pgmpage] - we don't set PGM_PTFLAGS_TRACK_DIRTY for these pages\n", pPage));
     2474                            //AssertMsgFailed(("%R[pgmpage] - we don't set PGM_PTFLAGS_TRACK_DIRTY for these pages\n", pPage));
    24752475                            Assert(!PGM_PAGE_HAS_ACTIVE_ALL_HANDLERS(pPage));
    24762476                            /* Assuming write handlers here as the PTE is present (otherwise we wouldn't be here). */
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