提交 252ecb9b 编写于 作者: A Andrew Scheidecker 提交者: Matt Witherspoon

Use correct preprocessor define (__arm__ vs __ARM__) to detect compilation for...

Use correct preprocessor define (__arm__ vs __ARM__) to detect compilation for ARM architecture CPUs.
上级 d5728638
......@@ -363,7 +363,7 @@ namespace LLVMJIT
{"__alldiv","_alldiv"},
#endif
#endif
#ifdef __ARM__
#ifdef __arm__
{"__aeabi_uidiv","__aeabi_uidiv"},
{"__aeabi_idiv","__aeabi_idiv"},
{"__aeabi_idivmod","__aeabi_idivmod"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册