Commit 5d1f6325 by Ramana Radhakrishnan

Fix typo in definition of __ARM_FEATURE_IDIV

From-SVN: r217073
parent 06c0c6fa
...@@ -166,7 +166,7 @@ extern char arm_arch_name[]; ...@@ -166,7 +166,7 @@ extern char arm_arch_name[];
if (TARGET_IDIV) \ if (TARGET_IDIV) \
{ \ { \
builtin_define ("__ARM_ARCH_EXT_IDIV__"); \ builtin_define ("__ARM_ARCH_EXT_IDIV__"); \
builtin_define ("__ARM_FEATURE_IDIV__"); \ builtin_define ("__ARM_FEATURE_IDIV"); \
} \ } \
} while (0) } while (0)
......
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