Changeset 37466 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Jun 15, 2011 12:44:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72280
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r36989 r37466 1779 1779 * Initialize the critical section. 1780 1780 */ 1781 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSect, RT_SRC_POS, "PS2KM#% d", iInstance);1781 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSect, RT_SRC_POS, "PS2KM#%u", iInstance); 1782 1782 if (RT_FAILURE(rc)) 1783 1783 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.