VirtualBox

Changeset 36251 in vbox


Ignore:
Timestamp:
Mar 10, 2011 1:42:19 PM (14 years ago)
Author:
vboxsync
Message:

PDMCritSectLeave: another assertion.

File:
1 edited

Legend:

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

    r35346 r36251  
    490490        Assert(pCritSect->s.Core.cNestings >= 1);
    491491        ASMAtomicDecS32(&pCritSect->s.Core.cLockers);
     492        Assert(pCritSect->s.Core.cLockers >= 0);
    492493        return;
    493494    }
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