Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.
--HG-- extra : convert_revision : 86f5585fe9ceb2ee30836d35384ebcddc1357c2a
This commit is contained in:
parent
42c73c6a92
commit
5b90922ad5
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
||||||
class ThreadContext;
|
class ThreadContext;
|
||||||
class StackTrace;
|
class StackTrace;
|
||||||
|
|
||||||
|
namespace MipsISA
|
||||||
|
{
|
||||||
|
|
||||||
class ProcessInfo
|
class ProcessInfo
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -118,4 +121,6 @@ StackTrace::trace(ThreadContext *tc, StaticInstPtr inst)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif // __ARCH_MIPS_STACKTRACE_HH__
|
#endif // __ARCH_MIPS_STACKTRACE_HH__
|
||||||
|
|
Loading…
Reference in a new issue