Changeset 27567 in vbox
- Timestamp:
- Mar 22, 2010 12:03:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EMInternal.h
r27231 r27567 48 48 49 49 50 /** 51 * MWait state flags. 50 /** 51 * MWait state flags. 52 52 */ 53 53 /* MWait activated. */ … … 66 66 /** The key is the cli address. */ 67 67 AVLGCPTRNODECORE Core; 68 #if HC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS) 69 /** Padding. */ 70 uint32_t u32Padding; 71 #endif 68 72 /** Occurrences. */ 69 73 STAMCOUNTER Counter; 70 74 } CLISTAT, *PCLISTAT; 75 AssertCompileMemberAlignment(CLISTAT, Counter, 8); 71 76 72 77
Note:
See TracChangeset
for help on using the changeset viewer.