Changeset 58692 in vbox
- Timestamp:
- Nov 15, 2015 9:54:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86extra.mac
r56291 r58692 183 183 .fDebugTrap resw 1 184 184 .offIoBitmap resw 1 185 .IntRedirBitmap resb 32 186 endstruc 185 ;.IntRedirBitmap resb 32 - this is optional. 186 endstruc 187 AssertCompileSize(X86TSS32,104) 187 188 188 189 … … 202 203 .u16Reserved resw 5 203 204 .offIoBitmap resw 1 204 .IntRedirBitmap resb 32 205 endstruc 206 AssertCompileSize(X86TSS64, 136) 205 ;.IntRedirBitmap resb 32 - this isn't really there!! VBox addition for x86TSS32 structure compatibility in x86.h. 206 endstruc 207 AssertCompileSize(X86TSS64, 104) 208 207 209 208 210 %endif
Note:
See TracChangeset
for help on using the changeset viewer.