summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Target_powerpc.h')
-rw-r--r--tester/covoar/Target_powerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/Target_powerpc.h b/tester/covoar/Target_powerpc.h
index 3008d4c..b446918 100644
--- a/tester/covoar/Target_powerpc.h
+++ b/tester/covoar/Target_powerpc.h
@@ -43,7 +43,7 @@ namespace Target {
* @return Returns TRUE if the instruction is a nop, FALSE otherwise.
*/
bool isNopLine(
- const char* const line,
+ const std::string& line,
int& size
);
@@ -52,7 +52,7 @@ namespace Target {
* objdump file is a branch instruction.
*/
bool isBranch(
- const char* const instruction
+ const std::string& instruction
);
private: