Skip to content

Commit 3420b25

Browse files
committed
Fix KeyPath.swift merge conflict
1 parent 1d2b29c commit 3420b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,7 @@ internal struct InstantiateKeyPathBuffer: KeyPathPatternVisitor {
34103410
// The pointer in the pattern is to a function that generates the
34113411
// identifier pointer.
34123412
typealias Resolver = @convention(c) (UnsafeRawPointer?) -> UnsafeRawPointer?
3413-
let absoluteID = _resolveRelativeFunctionAddress(idValueBase, idValue)
3413+
let absoluteID = _resolveCompactFunctionPointer(idValueBase, idValue)
34143414
let resolverSigned = _PtrAuth.sign(
34153415
pointer: absoluteID,
34163416
key: .processIndependentCode,

0 commit comments

Comments
 (0)