From 2b1aa35e209a76515763e7e7d7a0fe6a8267bebf Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 2 Jun 2011 17:36:21 -0700 Subject: scons: rename TraceFlags to DebugFlags --- src/arch/mips/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index 9e0275de7..46c0dd914 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -41,7 +41,7 @@ if env['TARGET_ISA'] == 'mips': Source('dsp.cc') SimObject('MipsTLB.py') - TraceFlag('MipsPRA') + DebugFlag('MipsPRA') if env['FULL_SYSTEM']: SimObject('MipsSystem.py') -- cgit v1.2.3