From eacf7f7ccd40a56d1fe761d3d30ced6c6acd58da Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Nov 2018 13:00:16 +0200 Subject: Add support for rule-specific variables, use to fix cc.type data race --- build2/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index c42f92a..229ea4e 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -238,7 +238,7 @@ namespace build2 assert (phase == run_phase::load); if (verb >= 6) - dump (); + dump (a); } void -- cgit v1.1