shithub: purgatorio

ref: 75c92428225428c8fde2d015f010e608a0b12f1d
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