summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/templates/templates.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:02 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:02 -0500
commita6c1c8debb523e94312d7e5ff25625b9638efe74 (patch)
tree33cd670a09e0ace77020678ebc0589b5ddc1769d /src/arch/arm/isa/templates/templates.isa
parentef3972eaae5d601d063bdc42b1ef6c9bb87f1291 (diff)
downloadgem5-a6c1c8debb523e94312d7e5ff25625b9638efe74.tar.xz
ARM: Add new templates for branch instructions.
Diffstat (limited to 'src/arch/arm/isa/templates/templates.isa')
-rw-r--r--src/arch/arm/isa/templates/templates.isa3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/arm/isa/templates/templates.isa b/src/arch/arm/isa/templates/templates.isa
index 821e0f82e..505c5d6c5 100644
--- a/src/arch/arm/isa/templates/templates.isa
+++ b/src/arch/arm/isa/templates/templates.isa
@@ -45,3 +45,6 @@
//Templates for microcoded memory instructions
##include "macromem.isa"
+
+//Templates for branches
+##include "branch.isa"