X86: Define a noop ExtMachInst.
[gem5.git] / src / arch / mips / stacktrace.hh
index c854f63ca38dd89a0dcb20a010ce98feef06c9e4..4c02cc86caf3d8b61443e2e6b12b3037c0f1021e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,6 @@
 #include "cpu/static_inst.hh"
 
 class ThreadContext;
-class StackTrace;
 
 namespace MipsISA
 {
@@ -62,7 +61,7 @@ class ProcessInfo
 class StackTrace
 {
   protected:
-    typedef TheISA::MachInst MachInst;
+    typedef MipsISA::MachInst MachInst;
   private:
     ThreadContext *tc;
     std::vector<Addr> stack;