VirtualBox

Changeset 90550 in vbox for trunk/src/VBox/VMM/VMMR3/PDM.cpp


Ignore:
Timestamp:
Aug 6, 2021 1:59:06 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146156
Message:

VMM/PGMCritSect: Added 'critsect' info item. bugref:6695

File:
1 edited

Legend:

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

    r90348 r90550  
    483483     * Initialize critical sections first.
    484484     */
    485     int rc = pdmR3CritSectBothInitStats(pVM);
     485    int rc = pdmR3CritSectBothInitStatsAndInfo(pVM);
    486486    if (RT_SUCCESS(rc))
    487487        rc = PDMR3CritSectInit(pVM, &pVM->pdm.s.CritSect, RT_SRC_POS, "PDM");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette