This is M5!
dev/console.cc: Simplescalar -> m5 --HG-- extra : convert_revision : c559258c68b5cae6862718240958171e1258ee2b
This commit is contained in:
parent
f6b71f1e98
commit
f2b6ecdfeb
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ SimConsole::attach(int in, int out, ConsoleListener *l)
|
||||||
pollQueue.schedule(event);
|
pollQueue.schedule(event);
|
||||||
|
|
||||||
stringstream stream;
|
stringstream stream;
|
||||||
ccprintf(stream, "==== Simplescalar slave console: Console %d ====",
|
ccprintf(stream, "==== m5 slave console: Console %d ====", number);
|
||||||
number);
|
|
||||||
// we need an actual carriage return followed by a newline for the
|
// we need an actual carriage return followed by a newline for the
|
||||||
// terminal
|
// terminal
|
||||||
stream << "\r\n";
|
stream << "\r\n";
|
||||||
|
|
Loading…
Reference in a new issue