summaryrefslogtreecommitdiff
path: root/src/dev/simconsole.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/simconsole.hh')
-rw-r--r--src/dev/simconsole.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/simconsole.hh b/src/dev/simconsole.hh
index cf0641f9e..64d1f6717 100644
--- a/src/dev/simconsole.hh
+++ b/src/dev/simconsole.hh
@@ -102,7 +102,7 @@ class SimConsole : public SimObject
// OS interface
// Get a character from the console.
- bool in(uint8_t &value);
+ uint8_t in();
// get a character from the console in the console specific format
// corresponds to GETC: