Commit b91670c7 by Nick Clifton

Add parentheses around __frv__ symbol in #if defined test

From-SVN: r124073
parent f91141b1
......@@ -74,7 +74,7 @@ extern void abort (void);
/* No pic register. */
#elif defined(__SPU__)
# define PIC_REG "126"
#elif defined __frv__
#elif defined (__frv__)
# ifdef __FRV_FDPIC__
# define PIC_REG "gr15"
# else
......
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