diff options
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r-- | src/dev/x86/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index e7543dfdf..37b292f00 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -67,3 +67,4 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': SimObject('X86IntPin.py') Source('intdev.cc') + TraceFlag('IntDev') |