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 3349113 commit 7c9a716Copy full SHA for 7c9a716
include/swift/Reflection/TypeRefBuilder.h
@@ -1598,7 +1598,7 @@ class TypeRefBuilder {
1598
// is an offset to a TypeRef string, read it.
1599
auto readRequirementTypeRefAddress =
1600
[&](uintptr_t offsetFromOpaqueDescBase,
1601
- uintptr_t requirementAddress) -> uint32_t {
+ uintptr_t requirementAddress) -> uintptr_t {
1602
std::string typeRefString = "";
1603
auto fieldOffsetOffset = requirementAddress + offsetFromOpaqueDescBase -
1604
(uintptr_t)opaqueTypeDescriptor;
0 commit comments