plan 9 kernel history: overview | file list | diff list

1991/01151/ss/dat.h (diff list | history)

1991/0112/sys/src/9/ss/dat.h:117,1271991/01151/sys/src/9/ss/dat.h:117,124 (short | long | prev | next)
1990/1223    
 
struct	FPsave 
{ 
	uchar	type; 
	uchar	size; 
	short	reserved; 
	char	junk[212];	/* 68881: sizes 24, 180; 68882: 56, 212 */ 
	char	reg[3*4+8*12]; 
1991/01151    
	long	fsr; 
	long	fpreg[32+1];	/* +1 so we can double-align */ 
1990/1223    
}; 
 
struct Conf 
1991/0112/sys/src/9/ss/dat.h:734,7401991/01151/sys/src/9/ss/dat.h:731,737
1990/1223    
{ 
	FPinit, 
	FPactive, 
	FPdirty, 
1991/01151    
	FPinactive, 
1990/1223    
}; 
 
/* 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)