Changeset 87794 in vbox
- Timestamp:
- Feb 18, 2021 7:19:10 PM (4 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
VMMR3/TM.cpp (modified) (1 diff)
-
include/TMInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r87792 r87794 1126 1126 for (uint32_t i = 0; i < RT_ELEMENTS(s_aExtra); i++) 1127 1127 { 1128 uint32_t const cExtra = s_aExtra[i].cExtra; 1129 PTMTIMERQUEUE pQueue = &pVM->tm.s.aTimerQueues[s_aExtra[i].idxQueue]; 1128 PTMTIMERQUEUE pQueue = &pVM->tm.s.aTimerQueues[s_aExtra[i].idxQueue]; 1130 1129 if (s_aExtra[i].cExtra > pQueue->cTimersFree) 1131 1130 { -
trunk/src/VBox/VMM/include/TMInternal.h
r87792 r87794 181 181 volatile TMTIMERSTATE enmState; 182 182 /** The index of the next next timer in the schedule list. */ 183 int32_t volatileidxScheduleNext;183 uint32_t volatile idxScheduleNext; 184 184 185 185 /** The index of the next timer in the chain. */
Note:
See TracChangeset
for help on using the changeset viewer.

