VirtualBox

Changeset 28261 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2010 3:02:46 PM (15 years ago)
Author:
vboxsync
Message:

Paranoid assertions

File:
1 edited

Legend:

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

    r28257 r28261  
    23882388        case PGMPOOLKIND_32BIT_PD_PHYS:
    23892389            /* Nothing to monitor here. */
     2390            Assert(!pPage->fMonitored);
    23902391            return VINF_SUCCESS;
    23912392
     
    23932394            AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind));
    23942395    }
     2396    Assert(pPage->fMonitored);
    23952397
    23962398    /*
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