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 27ec10e + 302b241 commit a0693c4Copy full SHA for a0693c4
stdlib/public/Concurrency/Actor.cpp
@@ -1729,7 +1729,8 @@ void ::swift_distributed_execute_target(
1729
return;
1730
1731
auto *asyncFnPtr = reinterpret_cast<
1732
- const AsyncFunctionPointer<DistributedAccessorSignature> *>(accessor);
+ const AsyncFunctionPointer<DistributedAccessorSignature> *>(
1733
+ accessor->Function.get());
1734
1735
DistributedAccessorSignature::FunctionType *accessorEntry =
1736
asyncFnPtr->Function.get();
0 commit comments