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.
KeyPath.swift
1 parent 1d2b29c commit 3420b25Copy full SHA for 3420b25
stdlib/public/core/KeyPath.swift
@@ -3410,7 +3410,7 @@ internal struct InstantiateKeyPathBuffer: KeyPathPatternVisitor {
3410
// The pointer in the pattern is to a function that generates the
3411
// identifier pointer.
3412
typealias Resolver = @convention(c) (UnsafeRawPointer?) -> UnsafeRawPointer?
3413
- let absoluteID = _resolveRelativeFunctionAddress(idValueBase, idValue)
+ let absoluteID = _resolveCompactFunctionPointer(idValueBase, idValue)
3414
let resolverSigned = _PtrAuth.sign(
3415
pointer: absoluteID,
3416
key: .processIndependentCode,
0 commit comments