Skip to content

Commit ab7cd91

Browse files
committed
fix llvm_swap_i64
1 parent 5edd66f commit ab7cd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4834,7 +4834,7 @@ LibraryManager.library = {
48344834
var retl = _llvm_bswap_i32(h)>>>0;
48354835
var reth = _llvm_bswap_i32(l)>>>0;
48364836
#if USE_TYPED_ARRAYS == 2
4837-
return [retl, reth];
4837+
{{{ makeStructuralReturn(['retl', 'reth']) }}};
48384838
#else
48394839
throw 'unsupported';
48404840
#endif

0 commit comments

Comments
 (0)