Skip to content

Commit baa3f2c

Browse files
committed
Add a short comment for 'break'
1 parent e35c2c2 commit baa3f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbb/arena_slot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ d1::task* arena_slot::get_task(execution_data_ext& ed, isolation_type isolation)
8383
&& H0 == T + 1, "victim/thief arbitration algorithm failure" );
8484
(tasks_skipped) ? release_task_pool() : reset_task_pool_and_leave();
8585
all_tasks_checked = true;
86-
break;
86+
break /*do-while*/;
8787
} else if ( H0 == T ) {
8888
// There is only one task in the task pool. If it can be taken, we want to reset the pool
8989
if ( task_pool_ptr[T] ) {

0 commit comments

Comments
 (0)