projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b71f1
)
This is M5!
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 5 Nov 2003 04:45:06 +0000
(23:45 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 5 Nov 2003 04:45:06 +0000
(23:45 -0500)
dev/console.cc:
Simplescalar -> m5
--HG--
extra : convert_revision :
c559258c68b5cae6862718240958171e1258ee2b
dev/console.cc
patch
|
blob
|
history
diff --git
a/dev/console.cc
b/dev/console.cc
index 1bca6707db77a5151bcda229a1cd1a9401877424..ab2a284aa85e08f73f272cf597a6c69451b4b9ce 100644
(file)
--- 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";