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 1b856e1 + b2e2bd2 commit 9805bd8Copy full SHA for 9805bd8
include/swift/RemoteInspection/ReflectionContext.h
@@ -1857,7 +1857,10 @@ class ReflectionContext
1857
RemoteAddress(RecordObj->Parent, RemoteAddress::DefaultAddressSpace);
1858
}
1859
1860
- const auto TaskResumeContext = AsyncTaskObj->ResumeContextAndReserved[0];
+ const auto TaskResumeContext = stripSignedPointer(
1861
+ RemoteAddress(AsyncTaskObj->ResumeContextAndReserved[0],
1862
+ RemoteAddress::DefaultAddressSpace)
1863
+ ).getRawAddress();
1864
Info.ResumeAsyncContext = TaskResumeContext;
1865
1866
// Walk the async backtrace.
0 commit comments