We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad727b4 commit d63bcf7Copy full SHA for d63bcf7
stdlib/public/runtime/Private.h
@@ -104,7 +104,8 @@ class TypeInfo {
104
// value here.
105
# define SWIFT_ISA_MASK 0xfffffffffffffff8ULL
106
# elif __arm64__
107
-# if __has_feature(ptrauth_calls)
+// ARM64 simulators always use the ARM64e mask.
108
+# if __has_feature(ptrauth_calls) || TARGET_OS_SIMULATOR
109
# define SWIFT_ISA_MASK 0x007ffffffffffff8ULL
110
# else
111
# if TARGET_OS_OSX
0 commit comments