Changed the compiler guards to say SPARC
--HG-- extra : convert_revision : e79964148c7fb7075627f46add6687f6cd0ee241
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user