Changeset 103802 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Mar 12, 2024 9:10:55 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r98743 r103802 144 144 NOREF(pSrcPos); 145 145 # endif 146 # ifdef IN_RING3 146 147 if (pSrcPos) 147 148 Log12Func(("%p: uId=%p ln=%u fn=%s\n", pCritSect, pSrcPos->uId, pSrcPos->uLine, pSrcPos->pszFunction)); 148 149 else 150 # endif 149 151 Log12Func(("%p\n", pCritSect)); 150 152
Note:
See TracChangeset
for help on using the changeset viewer.