shithub: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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