aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphorcys <phorcys@126.com>2022-10-28 23:06:43 +0800
committerphorcys <phorcys@126.com>2022-10-28 23:06:43 +0800
commit0ab52c53c56a09f29e31e2ba0ea7ca754c01756a (patch)
treed32dea2e370636f0e1931e15446717d2856a053d
parentff728b8f7246ee3911c2abf9cc352d0758ae0d2b (diff)
[LoongArch] fix a typo.
-rw-r--r--xbmc/utils/MathUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/utils/MathUtils.h b/xbmc/utils/MathUtils.h
index b765f2d049..ff19e70db0 100644
--- a/xbmc/utils/MathUtils.h
+++ b/xbmc/utils/MathUtils.h
@@ -27,7 +27,7 @@
defined(__alpha__) || \
defined(__arc__) || \
defined(__arm__) || \
- defined(__loongarch) || \
+ defined(__loongarch__) || \
defined(_M_ARM) || \
defined(__mips__) || \
defined(__or1k__) || \