Changeset 37510 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 16, 2011 5:29:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevHPET.cpp
r37509 r37510 1330 1330 1331 1331 /* 1332 * Initialize the device state 1332 * Initialize the device state. 1333 1333 */ 1334 1334 pThis->pDevInsR3 = pDevIns; … … 1337 1337 1338 1338 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->csLock, RT_SRC_POS, "HPET#%u", pDevIns->iInstance); 1339 AssertRCReturn(rc, rc); 1340 1341 /* No automatic locking. */ 1342 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 1339 1343 AssertRCReturn(rc, rc); 1340 1344
Note:
See TracChangeset
for help on using the changeset viewer.