softfloat: Fix warn about implicit conversion from int to int8_t
authorPranith Kumar <bobby.prani@gmail.com>
Wed, 10 Aug 2016 18:55:02 +0000 (14:55 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Aug 2016 15:15:38 +0000 (16:15 +0100)
commitdfd607671037ff46d5b16ade10e10efdf0d260be
treee7b8a0d4f9baf16fef60ac5a33bdd7d9fb623362
parent94c9cb31c04737f86be29afefbff401cd23bc24d
softfloat: Fix warn about implicit conversion from int to int8_t

Change the flag type to 'uint8_t' to fix the implicit conversion error.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Message-id: 20160810185502.32015-1-bobby.prani@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
fpu/softfloat-specialize.h
include/fpu/softfloat.h