ref: 8a788aea84aad3bfbd5b39d78c1925654f3b9e14
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