Changeset 13880 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 5, 2008 4:36:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCMInternal.h
r13879 r13880 272 272 /** Ring 0 handlers for VT-x. */ 273 273 DECLR0CALLBACKMEMBER(void, pfnSetupTaggedTLB, (PVM pVM)); 274 275 #if HC_ARCH_BITS == 32276 uint32_t Alignment1;277 #endif278 274 279 275 /** Host CR4 value (set by ring-0 VMX init) */ … … 370 366 uint32_t u32AMDFeatureEDX; 371 367 } cpuid; 368 369 #if HC_ARCH_BITS == 32 370 uint32_t Alignment1; 371 #endif 372 372 373 373 /** Event injection state. */
Note:
See TracChangeset
for help on using the changeset viewer.