diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-07-09 20:29:02 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-07-09 20:29:02 -0700 |
commit | 9993ca8280b03a390d860b9dfb6597c7ecc98a27 (patch) | |
tree | e9467da7e824e12d4761114c373e88294734ad66 /src/arch/x86/SConscript | |
parent | 60d47aa5f9018bf29651ec33ae1f20793fcdc4eb (diff) | |
download | gem5-9993ca8280b03a390d860b9dfb6597c7ecc98a27.tar.xz |
X86: Fold the MiscRegFile all the way into the ISA object.
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r-- | src/arch/x86/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript index 1cb0edaf2..96af0767c 100644 --- a/src/arch/x86/SConscript +++ b/src/arch/x86/SConscript @@ -95,7 +95,6 @@ if env['TARGET_ISA'] == 'x86': Source('insts/microregop.cc') Source('insts/static_inst.cc') Source('isa.cc') - Source('miscregfile.cc') Source('pagetable.cc') Source('predecoder.cc') Source('predecoder_tables.cc') |