windows-nt/Source/XPSP1/NT/base/ntos/ke/ia64/ntfpia64.h
2020-09-26 16:20:57 +08:00

11 lines
177 B
C

//
// Floating Point State Structure
//
typedef struct _FLOATING_POINT_STATE {
PVOID TrapFrame;
PVOID ExceptionFrame;
} FLOATING_POINT_STATE, *PFLOATING_POINT_STATE;