Changeset 9439 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 5, 2008 4:27:59 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELMInternal.h
r9430 r9439 113 113 RTUINT offLdtHyper; 114 114 115 uint32_t padding1[3]; 116 115 117 /** TSS. (This is 16 byte aligned!) 116 118 * @todo I/O bitmap & interrupt redirection table? */ … … 123 125 RCPTRTYPE(void *) GCPtrTss; 124 126 #if GC_ARCH_BITS == 64 125 RTRCPTR padding 1;127 RTRCPTR padding2; 126 128 #endif 127 129 /** GC Pointer to the current Guest's TSS. */
Note:
See TracChangeset
for help on using the changeset viewer.