Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2088 → Rev 2089

/trunk/kernel/arch/ia64/include/fpu_context.h
43,7 → 43,7
#define FRS 96
 
typedef struct {
__r128 fr[FRS];
uint128_t fr[FRS];
} fpu_context_t;
 
#endif