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

1990/0905/gnot/dat.h (diff list | history)

1990/08163/sys/src/9/gnot/dat.h:106,1151990/0905/sys/src/9/gnot/dat.h:106,115 (short | long | prev | next)
1990/03091    
 
struct	FPsave 
{ 
1990/08163    
	char	type; 
	char	size; 
1990/0905    
	uchar	type; 
	uchar	size; 
1990/08163    
	short	reserved; 
	char	junk[180]; 
1990/0905    
	char	junk[212];	/* 68881: sizes 24, 180; 68882: 56, 212 */ 
1990/08163    
	char	reg[3*4+8*12]; 
1990/03091    
}; 
 


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