Changeset 21389 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 8, 2009 11:25:32 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r20836 r21389 1527 1527 if (pThis->lvt[APIC_LVT_TIMER] & APIC_LVT_TIMER_PERIODIC) { 1528 1528 /* new interval. */ 1529 pThis->next_time += ( uint64_t)pThis->initial_count + 1;1529 pThis->next_time += (((uint64_t)pThis->initial_count + 1) << pThis->count_shift); 1530 1530 TMTimerSet(pThis->CTX_SUFF(pTimer), pThis->next_time); 1531 1531 pThis->fTimerArmed = true;
Note:
See TracChangeset
for help on using the changeset viewer.