VirtualBox

Changeset 30661 in vbox


Ignore:
Timestamp:
Jul 6, 2010 12:14:48 PM (15 years ago)
Author:
vboxsync
Message:

Corrected assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSharedPage.cpp

    r30256 r30661  
    167167    /* We must stall other VCPUs as we'd otherwise have to send IPI flush commands for every single change we make. */
    168168    int rc = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ONE_BY_ONE, pgmR3SharedModuleRegRendezvous, &idCpu);
    169     AssertRC(rc);
     169    Assert(rc == VINF_SUCCESS || rc == VERR_PGM_SHARED_MODULE_FIRST_CHECK);
    170170}
    171171#endif
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