Changeset 35051 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 14, 2010 8:14:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r34972 r35051 3372 3372 if (pDevExt->u32SystemTimerGranularityGrant) 3373 3373 { 3374 int rc2 = RTTimerReleaseSystemGranularity(pDevExt->u32SystemTimerGranularityGrant); AssertRC(rc); 3374 int rc2 = RTTimerReleaseSystemGranularity(pDevExt->u32SystemTimerGranularityGrant); 3375 AssertRC(rc2); 3375 3376 pDevExt->u32SystemTimerGranularityGrant = 0; 3376 3377 }
Note:
See TracChangeset
for help on using the changeset viewer.