diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-01-30 18:12:48 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-01-30 18:12:48 -0500 |
commit | bbf952376e690afed250bcb03ebb78b50f7cf2dd (patch) | |
tree | 50a7c2a5633d2dd3951fecf9d4c320983ee0a7ba /dev/tsunami_uart.hh | |
parent | 35fb439c3398bcbb2214df333c6b521ecd46d7b7 (diff) | |
download | gem5-bbf952376e690afed250bcb03ebb78b50f7cf2dd.tar.xz |
Update for changes in the console
This is basically the same thing that was done for tlaser_uart
--HG--
extra : convert_revision : e0de84b83d1ee4fe0ef769b4de232dbbd7d9c228
Diffstat (limited to 'dev/tsunami_uart.hh')
-rw-r--r-- | dev/tsunami_uart.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/tsunami_uart.hh b/dev/tsunami_uart.hh index a1bd7006d..f32b1ff4c 100644 --- a/dev/tsunami_uart.hh +++ b/dev/tsunami_uart.hh @@ -45,7 +45,8 @@ class TsunamiUart : public MmapDevice protected: SimConsole *cons; int status_store; - int next_char; + uint8_t next_char; + bool valid_char; public: TsunamiUart(const std::string &name, SimConsole *c, |