OSDN Git Service

fix typo
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1998 13:54:33 +0000 (13:54 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 1998 13:54:33 +0000 (13:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22186 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dwarfout.c

index bf46459..450e063 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)