aboutsummaryrefslogtreecommitdiff
path: root/build2/target.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.ixx')
-rw-r--r--build2/target.ixx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/target.ixx b/build2/target.ixx
index 88bc530..6d69545 100644
--- a/build2/target.ixx
+++ b/build2/target.ixx
@@ -67,6 +67,8 @@ namespace build2
{
assert (phase == run_phase::match);
+ // Note that the "tried" state is "final".
+ //
const opstate& s (state[a]);
size_t o (s.task_count.load (memory_order_relaxed) - // Synchronized.
target::count_base ());