From b02c7f1bcd4fab4097b9b4b99d08a8287ae25ca8 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Jun 2010 12:58:03 -0500 Subject: ARM: Move the macro mem constructor out of the isa desc. This code doesn't use the parser at all, and moving it out reduces the conceptual complexity of that code. --- src/arch/arm/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm/SConscript') diff --git a/src/arch/arm/SConscript b/src/arch/arm/SConscript index c1a08aa49..cb54612f0 100644 --- a/src/arch/arm/SConscript +++ b/src/arch/arm/SConscript @@ -49,6 +49,7 @@ if env['TARGET_ISA'] == 'arm': Dir('isa/formats') Source('faults.cc') Source('insts/branch.cc') + Source('insts/macromem.cc') Source('insts/mem.cc') Source('insts/pred_inst.cc') Source('insts/static_inst.cc') -- cgit v1.2.3