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