Commit 8ca47902 by Kaveh Ghazi

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
parent 58690ba8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment