Changeset 87794 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 18, 2021 7:19:10 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.