summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-09-30 00:28:40 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-09-30 00:28:40 -0700
commit91dd72a99a784d4f895ae6e0ff36eed873aab9fe (patch)
tree1ac75bee8ddf69a2b0158e5a7d26e0df79a395b8 /src/arch/x86/SConscript
parent51f7a6666027870c24432dcaa56cfc1b4741fdc6 (diff)
downloadgem5-91dd72a99a784d4f895ae6e0ff36eed873aab9fe.tar.xz
X86: Remove FULL_SYSTEM from the x86 faults.
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index 2742c79e8..539c55615 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -64,8 +64,9 @@ if env['TARGET_ISA'] == 'x86':
Source('utility.cc')
SimObject('X86NativeTrace.py')
-
SimObject('X86TLB.py')
+
+ DebugFlag('Faults', "Trace all faults/exceptions/traps")
DebugFlag('Predecoder', "Predecoder debug output")
DebugFlag('X86', "Generic X86 ISA debugging")
@@ -73,7 +74,6 @@ if env['TARGET_ISA'] == 'x86':
DebugFlag('LocalApic', "Local APIC debugging")
DebugFlag('PageTableWalker', \
"Page table walker state machine debugging")
- DebugFlag('Faults', "Trace all faults/exceptions/traps")
SimObject('X86LocalApic.py')
SimObject('X86System.py')