diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-05-25 00:55:24 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-05-25 00:55:24 -0700 |
commit | eae1e97fb002b44a9d8c46df2da1ddc1d0156ce4 (patch) | |
tree | 56805ea5d0817aff8febe4bea280f4cb5e5f8acf /src/arch/power/SConscript | |
parent | 276f3e9535e72c8e9764b5f7369e1fa9eb055055 (diff) | |
download | gem5-eae1e97fb002b44a9d8c46df2da1ddc1d0156ce4.tar.xz |
ISA: Make the decode function part of the ISA's decoder.
Diffstat (limited to 'src/arch/power/SConscript')
-rw-r--r-- | src/arch/power/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/SConscript b/src/arch/power/SConscript index 7f893ca37..a9d20b4bd 100644 --- a/src/arch/power/SConscript +++ b/src/arch/power/SConscript @@ -34,6 +34,7 @@ if env['TARGET_ISA'] == 'power': # Workaround for bug in SCons version > 0.97d20071212 # Scons bug id: 2006 M5 Bug id: 308 Dir('isa/formats') + Source('decoder.cc') Source('insts/branch.cc') Source('insts/mem.cc') Source('insts/integer.cc') |