Changeset 45705 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 24, 2013 2:37:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/SELMInternal.h
r45533 r45705 167 167 bool fGDTRangeRegistered; 168 168 169 /** Indicates whether LDT/GDT/TSS monitoring and syncing is disabled. */170 bool fDisableMonitoring;171 172 169 /** Indicates whether the TSS stack selector & base address need to be refreshed. */ 173 170 bool fSyncTSSRing0Stack; 174 bool fPadding2[ 1+2];171 bool fPadding2[4]; 175 172 176 173 /** SELMR3UpdateFromCPUM() profiling. */
Note:
See TracChangeset
for help on using the changeset viewer.