]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.h (Pmode): Revert Oct 14th change which added a cast.
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 3 May 1999 13:18:01 +0000 (13:18 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 3 May 1999 13:18:01 +0000 (13:18 +0000)
0
        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26750

gcc/config/mips/mips.h

index d28e26a7830a2e2f36bdcda7f4dfafd8143e98cc..75ee865cdee651aed7508af605c50b168d432728 100644 (file)
@@ -3306,7 +3306,7 @@ while (0)
    For MIPS we make pointers are the smaller of longs and gp-registers. */
 
 #ifndef Pmode
-#define Pmode ((enum machine_mode)((TARGET_LONG64 && TARGET_64BIT) ? DImode : SImode))
+#define Pmode ((TARGET_LONG64 && TARGET_64BIT) ? DImode : SImode)
 #endif
 
 /* A function address in a call instruction