commit | 6f4fc3679c4c860038f4fe0b277cc1196dbcc5a3 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Sep 21 18:39:26 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Mon Sep 21 18:39:26 2009 +0000 |
tree | 1ad7e0065098dc982f8315c9fea0e4b52757cfd3 | |
parent | b9d38e9510b38a8c101fa50cbd6f75d9eff61261 [diff] [blame] |
Add 'static' to please Sparse Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 194414c..d3dab33 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c
@@ -1868,7 +1868,7 @@ #define FLOAT_SNAN64 0x7fffffffffffffffULL /* convert MIPS rounding mode in FCR31 to IEEE library */ -unsigned int ieee_rm[] = { +static unsigned int ieee_rm[] = { float_round_nearest_even, float_round_to_zero, float_round_up,