Changeset 3314 in vbox
- Timestamp:
- Jun 27, 2007 11:44:57 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r3258 r3314 170 170 TMTimerSet(s->CTXSUFF(pPeriodicTimer), s->next_periodic_time); 171 171 172 if ( period != s->CurPeriod)172 if ((uint32_t)period != s->CurPeriod) 173 173 { 174 174 if (s->cRelLogEntries++ < 64)
Note:
See TracChangeset
for help on using the changeset viewer.

