summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Target_arm.h')
-rw-r--r--tester/covoar/Target_arm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tester/covoar/Target_arm.h b/tester/covoar/Target_arm.h
index 80b68af..3ff9b6f 100644
--- a/tester/covoar/Target_arm.h
+++ b/tester/covoar/Target_arm.h
@@ -42,8 +42,8 @@ namespace Target {
* @return Returns TRUE if the instruction is a nop, FALSE otherwise.
*/
bool isNopLine(
- const char* const line,
- int& size
+ const std::string& line,
+ int& size
);
/*!
@@ -51,7 +51,7 @@ namespace Target {
* objdump file is a branch instruction.
*/
bool isBranch(
- const char* const instruction
+ const std::string& instruction
);
private: