From de7f4622192b165f05df2f59848fe0581e4b401b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 9 Jul 2009 20:28:39 -0700 Subject: MIPS: Fold the MiscRegFile all the way into the ISA object. --- src/arch/mips/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/mips/SConscript') 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') -- cgit v1.2.3