Changeset 90550 in vbox for trunk/src/VBox/VMM/VMMR3/PDM.cpp
- Timestamp:
- Aug 6, 2021 1:59:06 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDM.cpp
r90348 r90550 483 483 * Initialize critical sections first. 484 484 */ 485 int rc = pdmR3CritSectBothInitStats (pVM);485 int rc = pdmR3CritSectBothInitStatsAndInfo(pVM); 486 486 if (RT_SUCCESS(rc)) 487 487 rc = PDMR3CritSectInit(pVM, &pVM->pdm.s.CritSect, RT_SRC_POS, "PDM");
Note:
See TracChangeset
for help on using the changeset viewer.