Subject: CVS commit: src/sys/arch/powerpc/fpu
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/30/2004 00:04:37
Module Name:	src
Committed By:	simonb
Date:		Tue Mar 30 00:04:37 UTC 2004

Modified Files:
	src/sys/arch/powerpc/fpu: fpu_emu.c

Log Message:
Make the "cond" variable an unsigned variable.  Stops sign extension
problems when we shift it left and right while creating the new value
for the condition register.

Fixes problems reported by Juergen Hannken-Illjes in toolchain/24938.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/powerpc/fpu/fpu_emu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.