code: purgatorio

ref: b7af62b250e5dff30320a181ca9d53ab5a7c276d
dir: /Plan9/sparc/include/os.h/

View raw version
/*
 * 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