Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/powerpc/fpu



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.




Home | Main Index | Thread Index | Old Index