From 7c8b04db7749c14d993bd3de2800c38953fc2d6f Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Mon, 12 Jul 2021 17:28:26 -0400 Subject: TraceReader: Convert to C++ --- tester/covoar/ObjdumpProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester/covoar/ObjdumpProcessor.h') diff --git a/tester/covoar/ObjdumpProcessor.h b/tester/covoar/ObjdumpProcessor.h index 6a207dd..05a667f 100644 --- a/tester/covoar/ObjdumpProcessor.h +++ b/tester/covoar/ObjdumpProcessor.h @@ -143,7 +143,7 @@ namespace Coverage { * an instruction that results in a code branch, otherwise * it returns false. */ - bool IsBranch( const char *instruction ); + bool IsBranch( const std::string& instruction ); /*! * This method returns true if the instruction from -- cgit v1.2.3