From 43345bff6c4ee2fd5a35760776898eefa690329e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 8 Jul 2009 23:02:21 -0700 Subject: Registers: Move the PCs out of the ISAs and into the CPUs. --- 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 0b5f10611..7b54b853d 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -36,7 +36,6 @@ if env['TARGET_ISA'] == 'mips': Source('faults.cc') Source('isa.cc') Source('regfile/misc_regfile.cc') - Source('regfile/regfile.cc') Source('tlb.cc') Source('pagetable.cc') Source('utility.cc') -- cgit v1.2.3