]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix typo
authorBrendan Kehoe <brendan@gcc.gnu.org>
Wed, 2 Sep 1998 13:54:33 +0000 (09:54 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Wed, 2 Sep 1998 13:54:33 +0000 (09:54 -0400)
From-SVN: r22186

gcc/dwarfout.c

index bf46459e746d34c21334b2af97ea37ca9a208061..450e063c120ef3048a8a1b2fe6db836afc8b234b 100644 (file)
@@ -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)