summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2019-10-31 14:13:57 -0700
committerJason Molenda <jmolenda@apple.com>2019-10-31 14:13:57 -0700
commit54a873b158bd463db48829407f3939ff9a7be65a (patch)
treedd98fb0be1149db84def1ec200b2360d13779dc4 /lldb/source/Host
parentd47133adad78b4158c68ce15631f1f179799ebde (diff)
downloadbcm5719-llvm-54a873b158bd463db48829407f3939ff9a7be65a.tar.gz
bcm5719-llvm-54a873b158bd463db48829407f3939ff9a7be65a.zip
Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.
Diffstat (limited to 'lldb/source/Host')
-rw-r--r--lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm b/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
index ecff11f410c..e73d2ffe9b9 100644
--- a/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
+++ b/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
@@ -44,7 +44,7 @@
#ifndef CPU_TYPE_ARM64_32
#define CPU_ARCH_ABI64_32 0x02000000
-#define (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
+#define CPU_TYPE_ARM64_32 (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
#endif
#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH
OpenPOWER on IntegriCloud