Changeset 48284 in vbox for trunk/include/iprt
- Timestamp:
- Sep 5, 2013 12:32:23 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r48267 r48284 3269 3269 #pragma pack(1) 3270 3270 /** 3271 * 16-bit IDTR. 3272 */ 3273 typedef struct X86IDTR16 3274 { 3275 /** Offset. */ 3276 uint16_t offSel; 3277 /** Selector. */ 3278 uint16_t uSel; 3279 } X86IDTR16, *PX86IDTR16; 3280 #pragma pack() 3281 3282 #pragma pack(1) 3283 /** 3271 3284 * 32-bit IDTR/GDTR. 3272 3285 */
Note:
See TracChangeset
for help on using the changeset viewer.