Changeset 41901 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 23, 2012 8:30:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx-v1_6.h
r41899 r41901 48 48 #pragma pack() 49 49 50 #pragma pack(1) 51 /** GDTR from version 1.6 */ 52 typedef struct VBOXGDTR_VER1_6 53 { 54 /** Size of the GDT. */ 55 uint16_t cbGdt; 56 /** Address of the GDT. */ 57 uint32_t pGdt; 58 } VBOXGDTR_VER1_6; 59 #pragma pack() 60 50 61 51 62 /**
Note:
See TracChangeset
for help on using the changeset viewer.