summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_lm32.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Target_lm32.h')
-rw-r--r--tester/covoar/Target_lm32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/Target_lm32.h b/tester/covoar/Target_lm32.h
index 5d23db5..d21776e 100644
--- a/tester/covoar/Target_lm32.h
+++ b/tester/covoar/Target_lm32.h
@@ -43,8 +43,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
);
private: