summaryrefslogtreecommitdiff
path: root/src/dev/mips/console.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/mips/console.hh')
-rwxr-xr-xsrc/dev/mips/console.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dev/mips/console.hh b/src/dev/mips/console.hh
index 34792090d..a78343f35 100755
--- a/src/dev/mips/console.hh
+++ b/src/dev/mips/console.hh
@@ -43,7 +43,7 @@
#include "sim/sim_object.hh"
class BaseCPU;
-class SimConsole;
+class Terminal;
class MipsSystem;
class SimpleDisk;
@@ -89,8 +89,8 @@ class MipsConsole : public BasicPioDevice
/** the disk must be accessed from the console */
SimpleDisk *disk;
- /** the system console (the terminal) is accessable from the console */
- SimConsole *console;
+ /** the system terminal is accessable from the console */
+ Terminal *terminal;
/** a pointer to the system we are running in */
MipsSystem *system;