Skip to content

Commit 7ecbba4

Browse files
committed
fix ARM_ARCH_7K workaround snippet
1 parent 3828be7 commit 7ecbba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskGroup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ void TaskGroupBase::waitAll(SwiftError* bodyError, AsyncTask *waitingTask,
18371837
// there were pending tasks so it will be woken up eventually.
18381838
#ifdef __ARM_ARCH_7K__
18391839
workaround_function_swift_taskGroup_waitAllImpl(
1840-
resultPointer, callerContext, _group, bodyError, resumeFunction, rawContext);
1840+
resultPointer, callerContext, asAbstract(this), bodyError, resumeFunction, rawContext);
18411841
#endif /* __ARM_ARCH_7K__ */
18421842

18431843
_swift_task_clearCurrent();

0 commit comments

Comments
 (0)