From 6f4fc3679c4c860038f4fe0b277cc1196dbcc5a3 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 21 Sep 2009 18:39:26 +0000 Subject: Add 'static' to please Sparse Signed-off-by: Blue Swirl --- target-mips/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') 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 @@ void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, #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, -- cgit v1.1