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 ae270aa90..7e3cc6eff 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -47,6 +47,7 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': SimObject('I8254.py') Source('i8254.cc') + TraceFlag('I8254', 'Interrupts from the I8254 timer'); SimObject('PcSpeaker.py') Source('speaker.cc') |