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 50c6824 + 81b0c9b commit 47e5edeCopy full SHA for 47e5ede
include/swift/RemoteInspection/ReflectionContext.h
@@ -1389,7 +1389,7 @@ class ReflectionContext
1389
1390
for (StoredSize i = 0; i < Count; i++) {
1391
auto &Element = ElementsData[i];
1392
- Call(Element.Type, Element.Proto);
+ Call(Element.Type, stripSignedPointer(Element.Proto));
1393
}
1394
1395
include/swift/RemoteInspection/RuntimeInternals.h
@@ -58,7 +58,7 @@ template <typename Runtime> struct ConcurrentHashMap {
58
59
template <typename Runtime> struct ConformanceCacheEntry {
60
typename Runtime::StoredPointer Type;
61
- typename Runtime::StoredPointer Proto;
+ typename Runtime::StoredSignedPointer Proto;
62
typename Runtime::StoredPointer Witness;
63
};
64
0 commit comments