VirtualBox

Changeset 90557 in vbox for trunk


Ignore:
Timestamp:
Aug 6, 2021 8:12:17 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695

File:
1 edited

Legend:

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

    r90553 r90557  
    11781178            uint16_t const fFlags = pCritSect->Core.fFlags;
    11791179            pHlp->pfnPrintf(pHlp, "%p: '%s'%s%s%s\n", pCritSect, pCritSect->pszName,
    1180                             pCritSect->Core.fFlags & RTCRITSECT_FLAGS_NO_NESTING ? " no-testing" : "",
    1181                             pCritSect->Core.fFlags & RTCRITSECT_FLAGS_NO_LOCK_VAL ? " no-lock-val" : "",
    1182                             pCritSect->Core.fFlags & RTCRITSECT_FLAGS_NOP ? " nop" : "");
     1180                            fFlags & RTCRITSECT_FLAGS_NO_NESTING ? " no-testing" : "",
     1181                            fFlags & RTCRITSECT_FLAGS_NO_LOCK_VAL ? " no-lock-val" : "",
     1182                            fFlags & RTCRITSECT_FLAGS_NOP ? " nop" : "");
    11831183
    11841184            /*
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