summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/templates/templates.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/isa/templates/templates.isa')
-rw-r--r--src/arch/arm/isa/templates/templates.isa5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch/arm/isa/templates/templates.isa b/src/arch/arm/isa/templates/templates.isa
index 2263cdff4..6d525738d 100644
--- a/src/arch/arm/isa/templates/templates.isa
+++ b/src/arch/arm/isa/templates/templates.isa
@@ -1,6 +1,6 @@
// -*- mode:c++ -*-
-// Copyright (c) 2010-2011 ARM Limited
+// Copyright (c) 2010-2011,2018 ARM Limited
// All rights reserved
//
// The license below extends only to copyright in the software and shall
@@ -40,6 +40,9 @@
//Basic instruction templates
##include "basic.isa"
+//Semihosting instruction templates
+##include "semihost.isa"
+
//Templates for AArch64 bit data instructions.
##include "data64.isa"