From d566c2f16b47a3fb98f1b7416d7820e393976f9e Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Tue, 27 Jul 2021 16:32:23 -0400 Subject: Remove objdumpProcessor global variable - Replaced objdumpProcessor in app_common with a local variable in TraceConverter.cc and covoar.cc - Added objdumpProcessor as a parameter for GenerateReports() and the processFile() member function of TraceReaderBase and its derived classes - Changed previous objdumpProcessor member functions calls from pointer to direct call syntax --- tester/covoar/ReportsBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester/covoar/ReportsBase.h') diff --git a/tester/covoar/ReportsBase.h b/tester/covoar/ReportsBase.h index a2856e3..efc110d 100644 --- a/tester/covoar/ReportsBase.h +++ b/tester/covoar/ReportsBase.h @@ -402,7 +402,7 @@ class ReportsBase { * @param[in] allExplanations is the explanations to report on. */ void GenerateReports( - const std::string& symbolSetName, + const std::string& symbolSetName, Coverage::Explanations& allExplanations ); -- cgit v1.2.3