mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #7867 from hughbe/metadata
This commit is contained in:
@@ -1993,7 +1993,7 @@ struct TargetValueMetadata : public TargetMetadata<Runtime> {
|
||||
return nullptr;
|
||||
|
||||
auto asWords = reinterpret_cast<
|
||||
ConstTargetMetadataPointer<Runtime, TargetMetadata> const *>(this);
|
||||
ConstTargetMetadataPointer<Runtime, swift::TargetMetadata> const *>(this);
|
||||
return (asWords + Description->GenericParams.Offset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user