Skip to content

Commit 78a22e6

Browse files
authored
Merge pull request #881 from dgrove-oss/nsrange-ppc-fix
2 parents 8e033d9 + 7d97525 commit 78a22e6

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
@@ -87,7 +87,7 @@ extension NSRange: NSSpecialValueCoding {
8787
static func objCType() -> String {
8888
#if arch(i386) || arch(arm)
8989
return "{_NSRange=II}"
90-
#elseif arch(x86_64) || arch(arm64) || arch(s390x)
90+
#elseif arch(x86_64) || arch(arm64) || arch(s390x) || arch(powerpc64) || arch(powerpc64le)
9191
return "{_NSRange=QQ}"
9292
#else
9393
NSUnimplemented()

0 commit comments

Comments
 (0)