summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_riscv.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Target_riscv.h')
-rw-r--r--tester/covoar/Target_riscv.h6
1 files changed, 3 insertions, 3 deletions
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: