Use an i32 argument instead of size

more int32

zzz
This commit is contained in:
Alejandro Alonso
2023-08-15 14:29:43 -07:00
parent a445cf29bf
commit c20ab10cef
4 changed files with 11 additions and 12 deletions

View File

@@ -2910,7 +2910,7 @@ SWIFT_RUNTIME_EXPORT
void swift::swift_initRawStructMetadata(StructMetadata *structType,
StructLayoutFlags layoutFlags,
const TypeLayout *likeTypeLayout,
size_t count) {
int32_t count) {
auto vwtable = getMutableVWTableForInit(structType, layoutFlags);
// The existing vwt function entries are all fine to preserve, the only thing