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