summaryrefslogtreecommitdiff
path: root/src/arch/arm/types.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2009-11-14 11:25:00 -0600
committerAli Saidi <saidi@eecs.umich.edu>2009-11-14 11:25:00 -0600
commit48bc573f5f9709480da458e3c4627f7b7afd38f4 (patch)
treee031149646b0b31e14de9e54bd8744c7c1007461 /src/arch/arm/types.hh
parent8f6744c19c7d6cf87a207e901503c3435c1ff7a9 (diff)
downloadgem5-48bc573f5f9709480da458e3c4627f7b7afd38f4.tar.xz
ARM: Move around decoder to properly decode CP15
Diffstat (limited to 'src/arch/arm/types.hh')
-rw-r--r--src/arch/arm/types.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh
index 237bf8412..e37fd3a1f 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -50,6 +50,7 @@ namespace ArmISA
Bitfield<24> opcode24;
Bitfield<23, 20> opcode23_20;
Bitfield<23, 21> opcode23_21;
+ Bitfield<20> opcode20;
Bitfield<22> opcode22;
Bitfield<19> opcode19;
Bitfield<18> opcode18;