summaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-02 13:54:33 +0000
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-02 13:54:33 +0000
commit3fe3ceaee093056af71acf32fccfbff1ad3ab247 (patch)
tree5037ae28d482e284d8a615684b5556fa7288855b /gcc/dwarfout.c
parent0b3436f1cc6c0d80ed4d8ef743eff1ea71767104 (diff)
downloadgcc-3fe3ceaee093056af71acf32fccfbff1ad3ab247.tar.gz
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22186 138bc75d-0d04-0410-961f-82ee72b054a4
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 bf46459e746..450e063c120 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)