Skip to content

Commit d47bff0

Browse files
committed
Fix NSUnimplemented error in NSRange.swift
1 parent afdfc6a commit d47bff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSRange.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ extension NSRange: NSSpecialValueCoding {
8989
static func objCType() -> String {
9090
#if arch(i386) || arch(arm)
9191
return "{_NSRange=II}"
92-
#elseif arch(x86_64) || arch(arm64)
92+
#elseif arch(x86_64) || arch(arm64) || arch(s390x)
9393
return "{_NSRange=QQ}"
9494
#else
9595
NSUnimplemented()

0 commit comments

Comments
 (0)