Changeset 53116 in vbox for trunk/src/VBox/Devices/PC/DevRTC.cpp
- Timestamp:
- Oct 22, 2014 12:28:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r52756 r53116 238 238 else 239 239 { 240 #ifdef IN_RING3 240 241 if (TMTimerIsActive(pThis->CTX_SUFF(pPeriodicTimer)) && pThis->cRelLogEntries++ < 64) 241 242 LogRel(("RTC: stopped the periodic timer\n")); 243 #endif 242 244 TMTimerStop(pThis->CTX_SUFF(pPeriodicTimer)); 243 245 }
Note:
See TracChangeset
for help on using the changeset viewer.