aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1998-09-02 09:54:33 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1998-09-02 09:54:33 -0400
commitf0da48d27d1de0cd475908fe408d568315edb387 (patch)
tree5037ae28d482e284d8a615684b5556fa7288855b /gcc/dwarfout.c
parent8a2cf1b423a4e20af3bac2a9267456bd6d817145 (diff)
downloadgcc-f0da48d27d1de0cd475908fe408d568315edb387.zip
gcc-f0da48d27d1de0cd475908fe408d568315edb387.tar.gz
gcc-f0da48d27d1de0cd475908fe408d568315edb387.tar.bz2
fix typo
From-SVN: r22186
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index bf46459..450e063 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -1428,7 +1428,7 @@ fundamental_type_code (type)
So we have to tell the debugger that the type is float to
make the output of the 'print' command etc. readable. */
if (DOUBLE_TYPE_SIZE == FLOAT_TYPE_SIZE && FLOAT_TYPE_SIZE == 32)
- return return FT_float;
+ return FT_float;
return FT_dbl_prec_float;
}
if (TYPE_PRECISION (type) == FLOAT_TYPE_SIZE)