Changeset 1499 in vbox
- Timestamp:
- Mar 15, 2007 9:20:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/types.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r867 r1499 537 537 RTSEL selLdt; 538 538 uint16_t padding_ldt; 539 #if 0540 /** Debug trap flag */541 unsigned u1T : 1;542 /** Reserved, must be zero. */543 unsigned u15zero : 15;544 /** Offset relative to the TSS of the start of the I/O Bitmap545 * and the end of the interrupt redirection bitmap. */546 unsigned offIoBitmap : 16;547 #else548 539 /** Debug trap flag */ 549 540 uint16_t fDebugTrap; … … 551 542 * and the end of the interrupt redirection bitmap. */ 552 543 uint16_t offIoBitmap; 553 #endif 544 /* 32 bytes for the virtual interrupt redirection bitmap. (VME) */ 545 uint8_t redirBitmap[32]; 554 546 } VBOXTSS; 555 547 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.

