Changeset 49731 in vbox for trunk/include/iprt
- Timestamp:
- Nov 29, 2013 6:19:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r49417 r49731 2116 2116 2117 2117 /** @} */ 2118 2119 /** 2120 * 32-bit protected mode FSTENV image. 2121 */ 2122 typedef struct X86FSTENV32P 2123 { 2124 uint16_t FCW; 2125 uint16_t padding1; 2126 uint16_t FSW; 2127 uint16_t padding2; 2128 uint16_t FTW; 2129 uint16_t padding3; 2130 uint32_t FPUIP; 2131 uint16_t FPUCS; 2132 uint16_t FOP; 2133 uint32_t FPUDP; 2134 uint16_t FPUDS; 2135 uint16_t padding4; 2136 } X86FSTENV32P; 2137 /** Pointer to a 32-bit protected mode FSTENV image. */ 2138 typedef X86FSTENV32P *PX86FSTENV32P; 2139 /** Pointer to a const 32-bit protected mode FSTENV image. */ 2140 typedef X86FSTENV32P const *PCX86FSTENV32P; 2118 2141 2119 2142
Note:
See TracChangeset
for help on using the changeset viewer.