diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-11-03 02:25:39 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-11-03 02:25:39 -0500 |
commit | c8fc116c7636893517254f785707eba1726d3265 (patch) | |
tree | 7d3ed56234bf2f40d77395673b90ad7e69292165 /src/arch/SConscript | |
parent | fa918329000c3661a4c6840f952c3247522eb826 (diff) | |
download | gem5-c8fc116c7636893517254f785707eba1726d3265.tar.xz |
Add a new file which describes an ISA's interrupt handling mechanism. It records when interrupts are requested, and returns an interrupt to execute if the
--HG--
extra : convert_revision : c535000a6a170caefd441687b60f940513d29739
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r-- | src/arch/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index dda1dea53..092fad225 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -49,6 +49,7 @@ sources = [] isa_switch_hdrs = Split(''' arguments.hh faults.hh + interrupts.hh isa_traits.hh locked_mem.hh process.hh |