Remove Full System Files
src/arch/mips/SConscript:
remove full-system
src/arch/mips/stacktrace.hh:
alpha to mips
--HG--
extra : convert_revision : 5aa7ba6a4af4884e911708608dfc5a552f70654d
This commit is contained in:
@@ -52,8 +52,7 @@ base_sources = Split('''
|
||||
|
||||
# Full-system sources
|
||||
full_system_sources = Split('''
|
||||
memory.cc
|
||||
mips34k.cc
|
||||
#Insert Full-System Files Here
|
||||
''')
|
||||
|
||||
# Syscall emulation (non-full-system) sources
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
* Authors: Korey Sewell
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_ALPHA_STACKTRACE_HH__
|
||||
#define __ARCH_ALPHA_STACKTRACE_HH__
|
||||
#ifndef __ARCH_MIPS_STACKTRACE_HH__
|
||||
#define __ARCH_MIPS_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_MIPS_STACKTRACE_HH__
|
||||
|
||||
Reference in New Issue
Block a user