Changeset 72617 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 19, 2018 3:38:27 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMInternal.h
r71222 r72617 332 332 333 333 /** @} */ 334 bool afAlignment2[HC_ARCH_BITS == 32 ? 7 : 3]; /**< Alignment padding. */ 334 335 /** RTThreadPreemptIsPendingTrusty() result, set by vmmR0InitVM() for 336 * release logging purposes. */ 337 bool fIsPreemptPendingApiTrusty : 1; 338 /** The RTThreadPreemptIsPossible() result, set by vmmR0InitVM() for 339 * release logging purposes. */ 340 bool fIsPreemptPossible : 1; 341 342 bool afAlignment2[HC_ARCH_BITS == 32 ? 6 : 2]; /**< Alignment padding. */ 335 343 336 344 /** Buffer for storing the standard assertion message for a ring-0 assertion.
Note:
See TracChangeset
for help on using the changeset viewer.