Changeset 2907 in vbox for trunk/src/VBox
- Timestamp:
- May 29, 2007 11:07:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r2851 r2907 172 172 LogRel(("RTC: period=%#x (%d) %u Hz\n", period, period, _32K / period)); 173 173 } else { 174 if (TMTimerIsActive(s->CTXSUFF(pPeriodicTimer)) && s->cRelLogEntries++ < 64) 175 LogRel(("RTC: stopped the periodic timer\n")); 174 176 TMTimerStop(s->CTXSUFF(pPeriodicTimer)); 175 if (s->cRelLogEntries++ < 64)176 LogRel(("RTC: stopped the periodic timer\n"));177 177 } 178 178 } … … 513 513 514 514 int period_code = s->cmos_data[RTC_REG_A] & 0x0f; 515 if ( period_code != 0 515 if ( period_code != 0 516 516 && (s->cmos_data[RTC_REG_B] & REG_B_PIE)) { 517 517 if (period_code <= 2)
Note:
See TracChangeset
for help on using the changeset viewer.