diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:17 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-06-02 12:58:17 -0500 |
commit | f8d2ed708b94506e52fdbf823845b2abb6a0cc61 (patch) | |
tree | b23ad5060ae6b9ed43e8a82dae39fe22c8e81d3c /src/arch/arm/SConscript | |
parent | 0c574987c8246fa581b5018be9c8d56d5a9e4e19 (diff) | |
download | gem5-f8d2ed708b94506e52fdbf823845b2abb6a0cc61.tar.xz |
ARM: Get rid of the empty branch.cc.
Diffstat (limited to 'src/arch/arm/SConscript')
-rw-r--r-- | src/arch/arm/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/SConscript b/src/arch/arm/SConscript index 6b13b4b74..7708bbc04 100644 --- a/src/arch/arm/SConscript +++ b/src/arch/arm/SConscript @@ -48,7 +48,6 @@ if env['TARGET_ISA'] == 'arm': # Scons bug id: 2006 M5 Bug id: 308 Dir('isa/formats') Source('faults.cc') - Source('insts/branch.cc') Source('insts/macromem.cc') Source('insts/mem.cc') Source('insts/misc.cc') |