summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceReaderLogQEMU.h
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-12 17:28:26 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-28 09:01:55 -0500
commit7c8b04db7749c14d993bd3de2800c38953fc2d6f (patch)
tree30b1ee7759523e7d3f22001aca263009052446fb /tester/covoar/TraceReaderLogQEMU.h
parentCoverageRanges.cc: Fix formatting (diff)
downloadrtems-tools-7c8b04db7749c14d993bd3de2800c38953fc2d6f.tar.bz2
TraceReader: Convert to C++
Diffstat (limited to 'tester/covoar/TraceReaderLogQEMU.h')
-rw-r--r--tester/covoar/TraceReaderLogQEMU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/TraceReaderLogQEMU.h b/tester/covoar/TraceReaderLogQEMU.h
index 8ee5651..59b5d23 100644
--- a/tester/covoar/TraceReaderLogQEMU.h
+++ b/tester/covoar/TraceReaderLogQEMU.h
@@ -43,7 +43,7 @@ namespace Trace {
* @return Returns TRUE if the method succeeded and FALSE if it failed.
*/
virtual bool processFile(
- const char* const file,
+ const std::string& file,
Coverage::ObjdumpProcessor& objdumpProcessor
);
};