Skip to content

Commit 8dbc766

Browse files
authored
Merge pull request #34 from lorentey/shims-64ism
[shims] Fix i386/armv7 regression introduced in #26
2 parents 9038994 + d4a3aae commit 8dbc766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_AtomicsShims/include/_AtomicsShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ uintptr_t _sa_dword_extract_low(_sa_dword value) {
336336
}
337337

338338
SWIFTATOMIC_INLINE
339-
_sa_dword _sa_decode_dword(__uint128_t value) {
339+
_sa_dword _sa_decode_dword(_sa_double_word_ctype value) {
340340
return (_sa_dword){ value };
341341
}
342342

0 commit comments

Comments
 (0)