summaryrefslogtreecommitdiffstats
path: root/tester/covoar/qemu-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/qemu-log.h')
-rw-r--r--tester/covoar/qemu-log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/qemu-log.h b/tester/covoar/qemu-log.h
index cbca05e..e9c89dc 100644
--- a/tester/covoar/qemu-log.h
+++ b/tester/covoar/qemu-log.h
@@ -15,8 +15,8 @@
*/
typedef struct {
unsigned long address;
- char instruction[10];
- char data[20];
+ std::string instruction;
+ std::string data;
} QEMU_LOG_IN_Block_t;