mips.h (Pmode): Revert Oct 14th change which added a cast.

0
        * mips.h (Pmode): Revert Oct 14th change which added a cast.

From-SVN: r26750
This commit is contained in:
Kaveh Ghazi 1999-05-03 13:18:01 +00:00
parent 58690ba848
commit 8ca4790205

View 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