Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.

--HG--
extra : convert_revision : 86f5585fe9ceb2ee30836d35384ebcddc1357c2a
This commit is contained in:
Gabe Black 2006-11-08 16:15:20 -05:00
parent 42c73c6a92
commit 5b90922ad5

View 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__