From 361e30450c5a6c8c3c18bac041ac1afc15f76d02 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Wed, 20 Oct 2021 10:11:34 -0400 Subject: Target: Convert to C++ --- tester/covoar/Target_riscv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tester/covoar/Target_riscv.h') diff --git a/tester/covoar/Target_riscv.h b/tester/covoar/Target_riscv.h index 64a63d4..1442f69 100644 --- a/tester/covoar/Target_riscv.h +++ b/tester/covoar/Target_riscv.h @@ -67,8 +67,8 @@ namespace Target { * @return Returns True if the instruction is nop, False otherwise. */ bool isNopLine( - const char* const line, - int& size + const std::string& line, + int& size ); /*! @@ -80,7 +80,7 @@ namespace Target { */ bool isBranch( - const char* const instruction + const std::string& instruction ); private: -- cgit v1.2.3