VirtualBox

Changeset 24116 in vbox for trunk


Ignore:
Timestamp:
Oct 27, 2009 4:00:10 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54018
Message:

Assertion changes

File:
1 edited

Legend:

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

    r23464 r24116  
    100100            do
    101101            {
    102                 Assert(cFlushes++ != 128);
     102                cFlushes++;
     103                Assert(cFlushes != 128);
    103104                AssertFatal(cFlushes < _1M);
    104105                VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);
     
    225226            return;
    226227    }
     228    Assert(VM_FF_ISSET(pVM, VM_FF_REM_HANDLER_NOTIFY));
     229    Assert(pVM->rem.s.idxPendingList != UINT32_MAX);
    227230
    228231    /* Ok, we gotta flush them. */
Note: See TracChangeset for help on using the changeset viewer.

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