Skip to content

Commit 54a873b

Browse files
committed
Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.
1 parent d47133a commit 54a873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
#ifndef CPU_TYPE_ARM64_32
4646
#define CPU_ARCH_ABI64_32 0x02000000
47-
#define (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
47+
#define CPU_TYPE_ARM64_32 (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
4848
#endif
4949

5050
#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH

0 commit comments

Comments
 (0)