Subject: changed files: 'src/sys/arch/sparc/sunos sun_ioctl.c'
To: None <source-changes>
From: Theo Deraadt <deraadt>
List: source-changes
Date: 11/14/1993 06:47:05
Update of /b/source/CVS/src/sys/arch/sparc/sunos
In directory sun-lamp.cs.berkeley.edu:/c/users/deraadt/new/sys/arch/sparc/sunos

Modified Files:
	sun_ioctl.c 
Log Message:
disassembly shows the %f2 register being accessed, and of course the
kernel panics.
why wasit using %f2? some expressions were too complicated and gcc2 (with
the optimizer off, mind you) ran out of integer registers and thus used
started using a float register for a temporary.


------------------------------------------------------------------------------