ref: 76f5318cbd58fbe2bfc8cb51856bfa217c673bb7
dir: /Plan9/sparc/include/os.h/
/*
* Solaris 2.5/sparc
*/
/*
* This structure must agree with FPsave and FPrestore asm routines
*/
typedef struct FPU FPU;
struct FPU
{
ulong fsr;
};
extern Proc *getup();
#define up (getup())
#define BIGEND