diff options
Diffstat (limited to 'dev/tsunami_uart.hh')
-rw-r--r-- | dev/tsunami_uart.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/tsunami_uart.hh b/dev/tsunami_uart.hh index e5a70e9fe..02d2f4543 100644 --- a/dev/tsunami_uart.hh +++ b/dev/tsunami_uart.hh @@ -47,6 +47,7 @@ class TsunamiUart : public MmapDevice int status_store; uint8_t next_char; bool valid_char; + uint8_t IER; public: TsunamiUart(const std::string &name, SimConsole *c, |