qemu-e2k/fpu
Andreas Färber c9696547d4 softfloat: Fix mixups of int and int16
normalizeFloat{32,64}Subnormal() expect the exponent as int16, not int.
This went unnoticed since int16 and uint16 were both typedef'ed to int.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Bernhard Walle <bernhard@bwalle.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-04-28 09:12:24 +00:00
..
softfloat-macros.h softfloat: use GCC builtins to count the leading zeros 2011-04-17 20:32:14 +02:00
softfloat-specialize.h softfloat: fix for C99 2012-03-17 13:01:18 +00:00
softfloat.c softfloat: Fix mixups of int and int16 2012-04-28 09:12:24 +00:00
softfloat.h softfloat: fix for C99 2012-03-17 13:01:18 +00:00