summaryrefslogtreecommitdiffstats
path: root/tester/covoar/qemu-log.h
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-12 17:28:26 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-28 09:01:55 -0500
commit7c8b04db7749c14d993bd3de2800c38953fc2d6f (patch)
tree30b1ee7759523e7d3f22001aca263009052446fb /tester/covoar/qemu-log.h
parentCoverageRanges.cc: Fix formatting (diff)
downloadrtems-tools-7c8b04db7749c14d993bd3de2800c38953fc2d6f.tar.bz2
TraceReader: Convert to C++
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;