Changeset 80646 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Sep 6, 2019 8:20:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r80643 r80646 685 685 Assert(PDMDevHlpCritSectIsOwner(pDevIns, pDevIns->CTX_SUFF(pCritSectRo))); 686 686 Assert(pTimer == PDMDevHlpTimerToPtr(pDevIns, pThis->hSecondTimer)); 687 RT_NOREF(pvUser );687 RT_NOREF(pvUser, pTimer); 688 688 689 689 /* if the oscillator is not in normal operation, we do not update */
Note:
See TracChangeset
for help on using the changeset viewer.