diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-28 22:21:57 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-28 22:21:57 -0400 |
commit | de20b819f1dc90c83a3050c9f26b89871f38779c (patch) | |
tree | 8ae4ed02eb5ae4b67aacc7adbdb600221ac22009 /src/dev/simconsole.hh | |
parent | 5df77b865ddc29a00629a679437dee2578997559 (diff) | |
download | gem5-de20b819f1dc90c83a3050c9f26b89871f38779c.tar.xz |
remove some getPtr() calls by changing having function return values
instead of taking a pointer
--HG--
extra : convert_revision : fd9092eaa726e91b501334d35d28dda28aaa01bd
Diffstat (limited to 'src/dev/simconsole.hh')
-rw-r--r-- | src/dev/simconsole.hh | 2 |
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: |