Changed the compiler guards to say SPARC
--HG-- extra : convert_revision : e79964148c7fb7075627f46add6687f6cd0ee241
This commit is contained in:
parent
fb35d474a5
commit
95dc8e4d57
1 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@
|
|||
* Authors: Nathan Binkert
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_ALPHA_STACKTRACE_HH__
|
||||
#define __ARCH_ALPHA_STACKTRACE_HH__
|
||||
#ifndef __ARCH_SPARC_STACKTRACE_HH__
|
||||
#define __ARCH_SPARC_STACKTRACE_HH__
|
||||
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/static_inst.hh"
|
||||
|
@ -118,4 +118,4 @@ StackTrace::trace(ThreadContext *tc, StaticInstPtr inst)
|
|||
return true;
|
||||
}
|
||||
|
||||
#endif // __ARCH_ALPHA_STACKTRACE_HH__
|
||||
#endif // __ARCH_SPARC_STACKTRACE_HH__
|
||||
|
|
Loading…
Reference in a new issue