summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:12 -0500
committerGabe Black <gblack@eecs.umich.edu>2010-06-02 12:58:12 -0500
commitff3996b24dcfd2620a0792c83b3852fcf7478ee3 (patch)
tree1bcbda52b4237be8cd9e224621eae149c56c4458 /src/arch/arm/isa/decoder
parentdd1aedc98b571227abc48367099c5aab82e21b04 (diff)
downloadgem5-ff3996b24dcfd2620a0792c83b3852fcf7478ee3.tar.xz
ARM: Make VFP load/store and 64 bit move decode correspond with CP10 and CP11.
Diffstat (limited to 'src/arch/arm/isa/decoder')
-rw-r--r--src/arch/arm/isa/decoder/arm.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/isa/decoder/arm.isa b/src/arch/arm/isa/decoder/arm.isa
index 477a1ec60..31456dfc6 100644
--- a/src/arch/arm/isa/decoder/arm.isa
+++ b/src/arch/arm/isa/decoder/arm.isa
@@ -123,7 +123,7 @@ format DataOp {
1: ArmBlBlxImm::armBlBlxImm();
}
0x6: decode CPNUM {
- 0xb: ExtensionRegLoadStore::extensionRegLoadStore();
+ 0xa, 0xb: ExtensionRegLoadStore::extensionRegLoadStore();
}
0x7: decode OPCODE_24 {
0: decode OPCODE_4 {