Changeset 14170 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- Nov 13, 2008 12:57:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r14167 r14170 196 196 /** Flag to disable the switcher permanently (VMX) (boolean) */ 197 197 bool fSwitcherDisabled; 198 #if HC_ARCH_BITS == 64199 198 uint32_t u32PaddingMinus1; /**< Alignment padding. */ 200 #endif201 199 202 200 /** Host to guest switcher entry point. */
Note:
See TracChangeset
for help on using the changeset viewer.