Skip to content

Commit 7321153

Browse files
committed
Fix the alignment parameter
1 parent 1d2e46b commit 7321153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/KnownMetadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi128_) =
6161
const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi256_) =
6262
ValueWitnessTableForBox<NativeBox<int256_like, 32>>::table;
6363
const ValueWitnessTable swift::VALUE_WITNESS_SYM(Bi512_) =
64-
ValueWitnessTableForBox<NativeBox<int512_like, 32>>::table;
64+
ValueWitnessTableForBox<NativeBox<int512_like, 64>>::table;
6565

6666
/// The basic value-witness table for Swift object pointers.
6767
const ExtraInhabitantsValueWitnessTable swift::VALUE_WITNESS_SYM(Bo) =

0 commit comments

Comments
 (0)