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 6f44289 commit 3609dadCopy full SHA for 3609dad
test/Interpreter/builtin_bridge_object.swift
@@ -29,7 +29,7 @@ let OBJC_TAGGED_POINTER_BITS: UInt = 0x8000_0000_0000_0001
29
#elseif arch(arm64)
30
31
// We have ObjC tagged pointers in the highest bit
32
-let NATIVE_SPARE_BITS: UInt = 0x7F00_0000_0000_0007
+let NATIVE_SPARE_BITS: UInt = 0x7000_0000_0000_0007
33
let OBJC_TAGGED_POINTER_BITS: UInt = 0x8000_0000_0000_0000
34
35
#elseif arch(powerpc64) || arch(powerpc64le)
0 commit comments