summaryrefslogtreecommitdiff
path: root/dev/console.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/console.hh')
-rw-r--r--dev/console.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/console.hh b/dev/console.hh
index fd02e7a9a..f443afe4f 100644
--- a/dev/console.hh
+++ b/dev/console.hh
@@ -74,6 +74,9 @@ class SimConsole : public SimObject
CircleBuf txbuf;
CircleBuf rxbuf;
std::ostream *outfile;
+#if TRACING_ON == 1
+ CircleBuf linebuf;
+#endif
public:
///////////////////////