windows-nt/Source/XPSP1/NT/base/ntos/ke/ia64/ntfpia64.h

11 lines
177 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// Floating Point State Structure
//
typedef struct _FLOATING_POINT_STATE {
PVOID TrapFrame;
PVOID ExceptionFrame;
} FLOATING_POINT_STATE, *PFLOATING_POINT_STATE;