From 40e6bc7e975a1113b5e0267b5a059fb87c5e05be Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 14 Oct 2002 19:53:25 +0000 Subject: mips.c (print_operand): Increase buffer size for real numbers. * config/mips/mips.c (print_operand): Increase buffer size for real numbers. From-SVN: r58132 --- gcc/config/mips/mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/mips/mips.c') diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 28d97e23..82e2307 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -5911,7 +5911,7 @@ print_operand (file, op, letter) && GET_MODE_CLASS (GET_MODE (op)) == MODE_FLOAT) { REAL_VALUE_TYPE d; - char s[30]; + char s[60]; REAL_VALUE_FROM_CONST_DOUBLE (d, op); REAL_VALUE_TO_DECIMAL (d, s, -1); -- cgit v1.1