summaryrefslogtreecommitdiff
path: root/Plan9/sparc/include/os.h
blob: 814362b38f73c66a69e56b2d4cd8dbdf92a44c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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