VirtualBox

Changeset 62148 in vbox for trunk


Ignore:
Timestamp:
Jul 11, 2016 7:22:04 AM (9 years ago)
Author:
vboxsync
Message:

pdmR3CritSectDeleteOne: Fixed cNestings assertion caused by the less-atomics optimizations on Friday.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp

    r58170 r62148  
    499499     */
    500500    Assert(pCritSect->Core.u32Magic == RTCRITSECT_MAGIC);
    501     Assert(pCritSect->Core.cNestings == 0);
     501    //Assert(pCritSect->Core.cNestings == 0); - we no longer reset this when leaving.
    502502    Assert(pCritSect->Core.cLockers == -1);
    503503    Assert(pCritSect->Core.NativeThreadOwner == NIL_RTNATIVETHREAD);
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