ref: e647395ad25e6ca08a81a78303c6f4209335d8cf
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