mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Use an i32 argument instead of size
more int32 zzz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user