Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 8 Nov 2006 21:15:20 +0000 (16:15 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 8 Nov 2006 21:15:20 +0000 (16:15 -0500)
--HG--
extra : convert_revision : 86f5585fe9ceb2ee30836d35384ebcddc1357c2a

src/arch/mips/stacktrace.hh

index f9e092dbd88b3614f4646a729efd18bda823e81a..c854f63ca38dd89a0dcb20a010ce98feef06c9e4 100644 (file)
@@ -37,6 +37,9 @@
 class ThreadContext;
 class StackTrace;
 
+namespace MipsISA
+{
+
 class ProcessInfo
 {
   private:
@@ -118,4 +121,6 @@ StackTrace::trace(ThreadContext *tc, StaticInstPtr inst)
     return true;
 }
 
+}
+
 #endif // __ARCH_MIPS_STACKTRACE_HH__