summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2003-11-04 23:45:06 -0500
committerNathan Binkert <binkertn@umich.edu>2003-11-04 23:45:06 -0500
commitf2b6ecdfebd544990c2c6124fb999ef1ce7b91a4 (patch)
tree3283d8dc512920e2a0b95814070b94b6fdb85d08 /dev
parentf6b71f1e98a4c98f4602dd89789680cd7b833b8f (diff)
downloadgem5-f2b6ecdfebd544990c2c6124fb999ef1ce7b91a4.tar.xz
This is M5!
dev/console.cc: Simplescalar -> m5 --HG-- extra : convert_revision : c559258c68b5cae6862718240958171e1258ee2b
Diffstat (limited to 'dev')
-rw-r--r--dev/console.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/console.cc b/dev/console.cc
index 1bca6707d..ab2a284aa 100644
--- a/dev/console.cc
+++ b/dev/console.cc
@@ -114,8 +114,8 @@ SimConsole::attach(int in, int out, ConsoleListener *l)
pollQueue.schedule(event);
stringstream stream;
- ccprintf(stream, "==== Simplescalar slave console: Console %d ====",
- number);
+ ccprintf(stream, "==== m5 slave console: Console %d ====", number);
+
// we need an actual carriage return followed by a newline for the
// terminal
stream << "\r\n";