Skip to content

Commit ead2375

Browse files
committed
fix ARM_ARCH_7K workaround snippet
1 parent 84a0cba commit ead2375

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
@@ -1834,7 +1834,7 @@ void TaskGroupBase::waitAll(SwiftError* bodyError, AsyncTask *waitingTask,
18341834
// there were pending tasks so it will be woken up eventually.
18351835
#ifdef __ARM_ARCH_7K__
18361836
workaround_function_swift_taskGroup_waitAllImpl(
1837-
resultPointer, callerContext, _group, bodyError, resumeFunction, rawContext);
1837+
resultPointer, callerContext, asAbstract(group), bodyError, resumeFunction, rawContext);
18381838
#endif /* __ARM_ARCH_7K__ */
18391839

18401840
_swift_task_clearCurrent();

0 commit comments

Comments
 (0)