projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c73c6
)
Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 8 Nov 2006 21:15:20 +0000
(16:15 -0500)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/mips/stacktrace.hh
b/src/arch/mips/stacktrace.hh
index f9e092dbd88b3614f4646a729efd18bda823e81a..c854f63ca38dd89a0dcb20a010ce98feef06c9e4 100644
(file)
--- a/
src/arch/mips/stacktrace.hh
+++ b/
src/arch/mips/stacktrace.hh
@@
-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__