Changeset 9431 in vbox for trunk/include
- Timestamp:
- Jun 5, 2008 3:31:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r9430 r9431 381 381 uint16_t cbIdt; 382 382 /** Address of the IDT. */ 383 RTGCPTRpIdt;383 uint64_t pIdt; 384 384 } VBOXIDTR, *PVBOXIDTR; 385 385 #pragma pack() … … 470 470 uint16_t cbGdt; 471 471 /** Address of the GDT. */ 472 RTGCPTRpGdt;472 uint64_t pGdt; 473 473 } VBOXGDTR; 474 474 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.