We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ccd9e + cc65b3e commit 4aad8a9Copy full SHA for 4aad8a9
include/swift/Reflection/TypeRefBuilder.h
@@ -1690,7 +1690,7 @@ class TypeRefBuilder {
1690
// is an offset to a TypeRef string, read it.
1691
auto readRequirementTypeRefAddress =
1692
[&](uintptr_t offsetFromOpaqueDescBase,
1693
- uintptr_t requirementAddress) -> uint32_t {
+ uintptr_t requirementAddress) -> uintptr_t {
1694
std::string typeRefString = "";
1695
auto fieldOffsetOffset = requirementAddress + offsetFromOpaqueDescBase -
1696
(uintptr_t)opaqueTypeDescriptor;
0 commit comments