VirtualBox

Changeset 37731 in vbox


Ignore:
Timestamp:
Jul 1, 2011 1:51:57 PM (14 years ago)
Author:
vboxsync
Message:

EMRemLock: Better assertions.

File:
1 edited

Legend:

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

    r37702 r37731  
    31103110        return;     /* early init */
    31113111
    3112     Assert(!PGMIsLockOwner(pVM) && !IOMIsLockOwner(pVM));
     3112    Assert(!PGMIsLockOwner(pVM));
     3113    Assert(!IOMIsLockOwner(pVM));
    31133114    int rc = PDMCritSectEnter(&pVM->em.s.CritSectREM, VERR_SEM_BUSY);
    31143115    AssertMsg(rc == VINF_SUCCESS, ("%Rrc\n", rc));
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