Changeset 90639 in vbox for trunk/src/VBox/VMM/include/TMInternal.h
- Timestamp:
- Aug 11, 2021 9:41:42 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TMInternal.h
r90638 r90639 320 320 PDMCRITSECTRW AllocLock; 321 321 } TMTIMERQUEUE; 322 AssertCompileMemberAlignment(TMTIMERQUEUE, AllocLock, 32);322 AssertCompileMemberAlignment(TMTIMERQUEUE, AllocLock, 64); 323 323 AssertCompileSizeAlignment(TMTIMERQUEUE, 64); 324 324 /** Pointer to a timer queue. */
Note:
See TracChangeset
for help on using the changeset viewer.