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.
1 parent 10e7e46 commit cc65b3eCopy full SHA for cc65b3e
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