From 94d07c31c1ef299a2d45990154a5beae411388bc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 13 Jun 2017 14:10:42 +0200 Subject: executor: reformat --- executor/executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/executor.cc') diff --git a/executor/executor.cc b/executor/executor.cc index e0280054c..68d5276aa 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -576,7 +576,7 @@ void handle_completion(thread_t* th) write_output(reserrno); write_output(th->fault_injected); uint32_t* signal_count_pos = write_output(0); // filled in later - uint32_t* cover_count_pos = write_output(0); // filled in later + uint32_t* cover_count_pos = write_output(0); // filled in later // Write out feedback signals. // Currently it is code edges computed as xor of two subsequent basic block PCs. -- cgit mrf-deployment