summaryrefslogtreecommitdiff
path: root/src/dev/mips
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-06-02 17:36:21 -0700
committerNathan Binkert <nate@binkert.org>2011-06-02 17:36:21 -0700
commit2b1aa35e209a76515763e7e7d7a0fe6a8267bebf (patch)
treefde43c1f169789aa6f10fc58bb70678d1230e756 /src/dev/mips
parentf49f384fe415e68096d16e0ef5396136bc97b292 (diff)
downloadgem5-2b1aa35e209a76515763e7e7d7a0fe6a8267bebf.tar.xz
scons: rename TraceFlags to DebugFlags
Diffstat (limited to 'src/dev/mips')
-rwxr-xr-xsrc/dev/mips/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/mips/SConscript b/src/dev/mips/SConscript
index ebb47da33..369dbfed2 100755
--- a/src/dev/mips/SConscript
+++ b/src/dev/mips/SConscript
@@ -34,7 +34,7 @@ Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'mips':
SimObject('Malta.py')
- TraceFlag('Malta')
+ DebugFlag('Malta')
Source('malta.cc')
Source('malta_cchip.cc')