summaryrefslogtreecommitdiff
path: root/src/dev/uart8250.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-04-30 13:13:03 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-04-30 13:13:03 -0400
commit58b9047194774ae6ee3cd7c2ef52cc867c8e718e (patch)
tree6f13959d6eb0edaabb63bc6b0b74f77f8a65f993 /src/dev/uart8250.hh
parentae4208f3a32bc829283a9998aa6f6fcebea7ca77 (diff)
downloadgem5-58b9047194774ae6ee3cd7c2ef52cc867c8e718e.tar.xz
fix console printing bug
--HG-- extra : convert_revision : 5481b72b22e7a2cf3367d777309bc30201f3b1fc
Diffstat (limited to 'src/dev/uart8250.hh')
-rw-r--r--src/dev/uart8250.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/uart8250.hh b/src/dev/uart8250.hh
index c28200592..c9c878aed 100644
--- a/src/dev/uart8250.hh
+++ b/src/dev/uart8250.hh
@@ -74,6 +74,7 @@ class Uart8250 : public Uart
protected:
uint8_t IER, DLAB, LCR, MCR;
+ Tick lastTxInt;
class IntrEvent : public Event
{