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:05 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:05 -0500
commitf0811eb208d7791c6dd8e0fb2239f75c555bcdc5 (patch)
tree0f4c82e1c03ea15e3d746e59c88ef94249f94f1c /src/arch/arm/isa/templates/templates.isa
parentf61bb9adb95e704ced44ea4efefa3fe6630de371 (diff)
downloadgem5-f0811eb208d7791c6dd8e0fb2239f75c555bcdc5.tar.xz
ARM: Define versions of MSR and MRS outside the decoder.
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 c4073e0a0..0ffa0e183 100644
--- a/src/arch/arm/isa/templates/templates.isa
+++ b/src/arch/arm/isa/templates/templates.isa
@@ -46,6 +46,9 @@
//Templates for memory instructions
##include "mem.isa"
+//Miscellaneous instructions that don't fit elsewhere
+##include "misc.isa"
+
//Templates for microcoded memory instructions
##include "macromem.isa"