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.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dev/simconsole.hh b/src/dev/simconsole.hh
index cf0641f9e..ec99c6028 100644
--- a/src/dev/simconsole.hh
+++ b/src/dev/simconsole.hh
@@ -24,6 +24,9 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Authors: Nathan Binkert
+ * Ali Saidi
*/
/* @file
@@ -102,7 +105,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: