summaryrefslogtreecommitdiff
path: root/src/arch/mips/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-07-09 20:28:39 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-07-09 20:28:39 -0700
commitde7f4622192b165f05df2f59848fe0581e4b401b (patch)
tree7c0bfa122fc96da054ffda0abfb65c9124c7a674 /src/arch/mips/SConscript
parente14c408b62d98b4e045beb48bdd2dfcae60627bb (diff)
downloadgem5-de7f4622192b165f05df2f59848fe0581e4b401b.tar.xz
MIPS: Fold the MiscRegFile all the way into the ISA object.
Diffstat (limited to 'src/arch/mips/SConscript')
-rw-r--r--src/arch/mips/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript
index ded7b3fbe..ffc1f18eb 100644
--- a/src/arch/mips/SConscript
+++ b/src/arch/mips/SConscript
@@ -35,7 +35,6 @@ Import('*')
if env['TARGET_ISA'] == 'mips':
Source('faults.cc')
Source('isa.cc')
- Source('misc_regfile.cc')
Source('tlb.cc')
Source('pagetable.cc')
Source('utility.cc')