From: Brendan Kehoe Date: Wed, 2 Sep 1998 13:54:33 +0000 (-0400) Subject: fix typo X-Git-Tag: prereleases/libgcj-0.1~3255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0da48d27d1de0cd475908fe408d568315edb387;p=thirdparty%2Fgcc.git fix typo From-SVN: r22186 --- diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index bf46459e746d..450e063c120e 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)