Skip to content

Commit 1f9dae1

Browse files
Merge pull request #72734 from kateinoigakukun/yt/fix-sig-mismatch-isolation
[Concurrency] Fix signature mismatch of _task_serialExecutor_checkIsolated
2 parents 977bf6f + 132ba89 commit 1f9dae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/GlobalExecutor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void (*swift::swift_task_checkIsolated_hook)(
9696
swift_task_checkIsolated_original original) = nullptr;
9797

9898
extern "C" SWIFT_CC(swift)
99-
bool _task_serialExecutor_checkIsolated(
99+
void _task_serialExecutor_checkIsolated(
100100
HeapObject *executor,
101101
const Metadata *selfType,
102102
const SerialExecutorWitnessTable *wtable);

0 commit comments

Comments
 (0)