1 /* 2 * Solaris 2.5/sparc 3 */ 4 5 /* 6 * This structure must agree with FPsave and FPrestore asm routines 7 */ 8 typedef struct FPU FPU; 9 struct FPU 10 { 11 ulong fsr; 12 }; 13 14 extern Proc *getup(); 15 #define up (getup()) 16 17 #define BIGEND 18