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 17c899a commit 302b241Copy full SHA for 302b241
stdlib/public/Concurrency/Actor.cpp
@@ -2065,7 +2065,8 @@ void ::swift_distributed_execute_target(
2065
return;
2066
2067
auto *asyncFnPtr = reinterpret_cast<
2068
- const AsyncFunctionPointer<DistributedAccessorSignature> *>(accessor);
+ const AsyncFunctionPointer<DistributedAccessorSignature> *>(
2069
+ accessor->Function.get());
2070
2071
DistributedAccessorSignature::FunctionType *accessorEntry =
2072
asyncFnPtr->Function.get();
0 commit comments