summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/formats/formats.isa
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2015-02-16 03:32:58 -0500
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2015-02-16 03:32:58 -0500
commit5bfa7e3d59138b0b440e5b2e67e8077c1d59c34b (patch)
treedafc0db90c2f5c0457472941227c301b6cbeccec /src/arch/arm/isa/formats/formats.isa
parent4eff4fa12eafbf6337fdf9a23668880ad55aad9c (diff)
downloadgem5-5bfa7e3d59138b0b440e5b2e67e8077c1d59c34b.tar.xz
arm: Merge ISA files with pseudo instructions
This changeset moves the pseudo instructions used to signal unknown instructions and unimplemented instructions to the same source files as the decoder fault.
Diffstat (limited to 'src/arch/arm/isa/formats/formats.isa')
-rw-r--r--src/arch/arm/isa/formats/formats.isa6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/arm/isa/formats/formats.isa b/src/arch/arm/isa/formats/formats.isa
index 6eff59928..37ac9eee2 100644
--- a/src/arch/arm/isa/formats/formats.isa
+++ b/src/arch/arm/isa/formats/formats.isa
@@ -68,12 +68,6 @@
//Miscellaneous instructions that don't fit elsewhere
##include "misc.isa"
-//Include the unimplemented format
-##include "unimp.isa"
-
-//Include the unknown format
-##include "unknown.isa"
-
//Include the breakpoint format
##include "breakpoint.isa"