VirtualBox

Changeset 19487 in vbox


Ignore:
Timestamp:
May 7, 2009 1:29:40 PM (16 years ago)
Author:
vboxsync
Message:

Adjusted assertion for now

File:
1 edited

Legend:

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

    r19474 r19487  
    5050int iomLock(PVM pVM)
    5151{
    52     Assert(!PGMIsLockOwner(pVM));
     52    Assert(pVM->cCPUs == 1 || !PGMIsLockOwner(pVM));
    5353    int rc = PDMCritSectEnter(&pVM->iom.s.EmtLock, VERR_SEM_BUSY);
    5454    return 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