Changeset 88836 in vbox for trunk/src/VBox
- Timestamp:
- May 3, 2021 1:27:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r87937 r88836 291 291 PDMDevHlpISASetIrq(pDevIns, pThis->irq, iLevel); 292 292 if (iLevel) 293 STAM_ COUNTER_INC(&pThis->StatRTCIrq);293 STAM_REL_COUNTER_INC(&pThis->StatRTCIrq); 294 294 } 295 295 } … … 598 598 599 599 rtc_timer_update(pDevIns, pThis, pThis->next_periodic_time); 600 STAM_ COUNTER_INC(&pThis->StatRTCTimerCB);600 STAM_REL_COUNTER_INC(&pThis->StatRTCTimerCB); 601 601 pThis->cmos_data[RTC_REG_C] |= 0xc0; 602 602
Note:
See TracChangeset
for help on using the changeset viewer.